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