Class DeleteCustomObjectInstancesByExternalIdRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.customobjectinstances.requests.DeleteCustomObjectInstancesByExternalIdRequest.Builder
-
- All Implemented Interfaces:
DeleteCustomObjectInstancesByExternalIdRequest._FinalStage,DeleteCustomObjectInstancesByExternalIdRequest.CustomObjectTypeIdentifierStage,DeleteCustomObjectInstancesByExternalIdRequest.IdStage
- Enclosing class:
- DeleteCustomObjectInstancesByExternalIdRequest
public static final class DeleteCustomObjectInstancesByExternalIdRequest.Builder extends java.lang.Object implements DeleteCustomObjectInstancesByExternalIdRequest.CustomObjectTypeIdentifierStage, DeleteCustomObjectInstancesByExternalIdRequest.IdStage, DeleteCustomObjectInstancesByExternalIdRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeleteCustomObjectInstancesByExternalIdRequestbuild()DeleteCustomObjectInstancesByExternalIdRequest.IdStagecustomObjectTypeIdentifier(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)DeleteCustomObjectInstancesByExternalIdRequest._FinalStageid(java.lang.String id)The Intercom defined id of the custom object instance
-
-
-
Method Detail
-
from
public DeleteCustomObjectInstancesByExternalIdRequest.Builder from(DeleteCustomObjectInstancesByExternalIdRequest other)
- Specified by:
fromin interfaceDeleteCustomObjectInstancesByExternalIdRequest.CustomObjectTypeIdentifierStage
-
customObjectTypeIdentifier
public DeleteCustomObjectInstancesByExternalIdRequest.IdStage 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.
-
id
public DeleteCustomObjectInstancesByExternalIdRequest._FinalStage id(@NotNull java.lang.String id)
The Intercom defined id of the custom object instance
The Intercom defined id of the custom object instance
- Specified by:
idin interfaceDeleteCustomObjectInstancesByExternalIdRequest.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public DeleteCustomObjectInstancesByExternalIdRequest build()
- Specified by:
buildin interfaceDeleteCustomObjectInstancesByExternalIdRequest._FinalStage
-
-