Interface DeleteCustomObjectInstancesByExternalIdRequest.CustomObjectTypeIdentifierStage
-
- All Known Implementing Classes:
DeleteCustomObjectInstancesByExternalIdRequest.Builder
- Enclosing class:
- DeleteCustomObjectInstancesByExternalIdRequest
public static interface DeleteCustomObjectInstancesByExternalIdRequest.CustomObjectTypeIdentifierStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteCustomObjectInstancesByExternalIdRequest.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
-
customObjectTypeIdentifier
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.
-
-