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