Class DeleteCustomObjectInstancesByIdRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.customobjectinstances.requests.DeleteCustomObjectInstancesByIdRequest.Builder
-
- All Implemented Interfaces:
DeleteCustomObjectInstancesByIdRequest._FinalStage,DeleteCustomObjectInstancesByIdRequest.CustomObjectTypeIdentifierStage,DeleteCustomObjectInstancesByIdRequest.ExternalIdStage
- Enclosing class:
- DeleteCustomObjectInstancesByIdRequest
public static final class DeleteCustomObjectInstancesByIdRequest.Builder extends java.lang.Object implements DeleteCustomObjectInstancesByIdRequest.CustomObjectTypeIdentifierStage, DeleteCustomObjectInstancesByIdRequest.ExternalIdStage, DeleteCustomObjectInstancesByIdRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteCustomObjectInstancesByIdRequestbuild()DeleteCustomObjectInstancesByIdRequest.ExternalIdStagecustomObjectTypeIdentifier(java.lang.String customObjectTypeIdentifier)The unique identifier of the custom object type that defines the structure of the custom object instance.DeleteCustomObjectInstancesByIdRequest._FinalStageexternalId(java.lang.String externalId)DeleteCustomObjectInstancesByIdRequest.Builderfrom(DeleteCustomObjectInstancesByIdRequest other)
-
-
-
Method Detail
-
from
public DeleteCustomObjectInstancesByIdRequest.Builder from(DeleteCustomObjectInstancesByIdRequest other)
- Specified by:
fromin interfaceDeleteCustomObjectInstancesByIdRequest.CustomObjectTypeIdentifierStage
-
customObjectTypeIdentifier
public DeleteCustomObjectInstancesByIdRequest.ExternalIdStage 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 interfaceDeleteCustomObjectInstancesByIdRequest.CustomObjectTypeIdentifierStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
externalId
public DeleteCustomObjectInstancesByIdRequest._FinalStage externalId(@NotNull java.lang.String externalId)
- Specified by:
externalIdin interfaceDeleteCustomObjectInstancesByIdRequest.ExternalIdStage
-
build
public DeleteCustomObjectInstancesByIdRequest build()
- Specified by:
buildin interfaceDeleteCustomObjectInstancesByIdRequest._FinalStage
-
-