Interface DeleteCustomObjectInstancesByIdRequest.CustomObjectTypeIdentifierStage
-
- All Known Implementing Classes:
DeleteCustomObjectInstancesByIdRequest.Builder
- Enclosing class:
- DeleteCustomObjectInstancesByIdRequest
public static interface DeleteCustomObjectInstancesByIdRequest.CustomObjectTypeIdentifierStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteCustomObjectInstancesByIdRequest.ExternalIdStagecustomObjectTypeIdentifier(java.lang.String customObjectTypeIdentifier)The unique identifier of the custom object type that defines the structure of the custom object instance.DeleteCustomObjectInstancesByIdRequest.Builderfrom(DeleteCustomObjectInstancesByIdRequest other)
-
-
-
Method Detail
-
customObjectTypeIdentifier
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.
-
-