Interface GetCustomObjectInstancesByExternalIdRequest.CustomObjectTypeIdentifierStage
-
- All Known Implementing Classes:
GetCustomObjectInstancesByExternalIdRequest.Builder
- Enclosing class:
- GetCustomObjectInstancesByExternalIdRequest
public static interface GetCustomObjectInstancesByExternalIdRequest.CustomObjectTypeIdentifierStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCustomObjectInstancesByExternalIdRequest.ExternalIdStagecustomObjectTypeIdentifier(java.lang.String customObjectTypeIdentifier)The unique identifier of the custom object type that defines the structure of the custom object instance.GetCustomObjectInstancesByExternalIdRequest.Builderfrom(GetCustomObjectInstancesByExternalIdRequest other)
-
-
-
Method Detail
-
customObjectTypeIdentifier
GetCustomObjectInstancesByExternalIdRequest.ExternalIdStage customObjectTypeIdentifier(@NotNull java.lang.String customObjectTypeIdentifier)
The unique identifier of the custom object type that defines the structure of the custom object instance.
-
-