Class DeleteCustomObjectInstancesByExternalIdRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.customobjectinstances.requests.DeleteCustomObjectInstancesByExternalIdRequest.Builder
-
- All Implemented Interfaces:
DeleteCustomObjectInstancesByExternalIdRequest._FinalStage,DeleteCustomObjectInstancesByExternalIdRequest.CustomObjectInstanceIdStage,DeleteCustomObjectInstancesByExternalIdRequest.CustomObjectTypeIdentifierStage
- Enclosing class:
- DeleteCustomObjectInstancesByExternalIdRequest
public static final class DeleteCustomObjectInstancesByExternalIdRequest.Builder extends java.lang.Object implements DeleteCustomObjectInstancesByExternalIdRequest.CustomObjectTypeIdentifierStage, DeleteCustomObjectInstancesByExternalIdRequest.CustomObjectInstanceIdStage, DeleteCustomObjectInstancesByExternalIdRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteCustomObjectInstancesByExternalIdRequestbuild()DeleteCustomObjectInstancesByExternalIdRequest._FinalStagecustomObjectInstanceId(java.lang.String customObjectInstanceId)The Intercom defined id of the custom object instanceDeleteCustomObjectInstancesByExternalIdRequest.CustomObjectInstanceIdStagecustomObjectTypeIdentifier(java.lang.String customObjectTypeIdentifier)The unique identifier of the custom object type that defines the structure of the custom object instance.DeleteCustomObjectInstancesByExternalIdRequest.Builderfrom(DeleteCustomObjectInstancesByExternalIdRequest other)
-
-
-
Method Detail
-
from
public DeleteCustomObjectInstancesByExternalIdRequest.Builder from(DeleteCustomObjectInstancesByExternalIdRequest other)
- Specified by:
fromin interfaceDeleteCustomObjectInstancesByExternalIdRequest.CustomObjectTypeIdentifierStage
-
customObjectTypeIdentifier
public DeleteCustomObjectInstancesByExternalIdRequest.CustomObjectInstanceIdStage customObjectTypeIdentifier(@NotNull java.lang.String customObjectTypeIdentifier)
The unique identifier of the custom object type that defines the structure of the custom object instance.
The unique identifier of the custom object type that defines the structure of the custom object instance.
- Specified by:
customObjectTypeIdentifierin interfaceDeleteCustomObjectInstancesByExternalIdRequest.CustomObjectTypeIdentifierStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
customObjectInstanceId
public DeleteCustomObjectInstancesByExternalIdRequest._FinalStage customObjectInstanceId(@NotNull java.lang.String customObjectInstanceId)
The Intercom defined id of the custom object instance
The Intercom defined id of the custom object instance
- Specified by:
customObjectInstanceIdin interfaceDeleteCustomObjectInstancesByExternalIdRequest.CustomObjectInstanceIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public DeleteCustomObjectInstancesByExternalIdRequest build()
- Specified by:
buildin interfaceDeleteCustomObjectInstancesByExternalIdRequest._FinalStage
-
-