Class GetCustomObjectInstancesByExternalIdRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.customobjectinstances.requests.GetCustomObjectInstancesByExternalIdRequest.Builder
-
- All Implemented Interfaces:
GetCustomObjectInstancesByExternalIdRequest._FinalStage,GetCustomObjectInstancesByExternalIdRequest.CustomObjectTypeIdentifierStage,GetCustomObjectInstancesByExternalIdRequest.ExternalIdStage
- Enclosing class:
- GetCustomObjectInstancesByExternalIdRequest
public static final class GetCustomObjectInstancesByExternalIdRequest.Builder extends java.lang.Object implements GetCustomObjectInstancesByExternalIdRequest.CustomObjectTypeIdentifierStage, GetCustomObjectInstancesByExternalIdRequest.ExternalIdStage, GetCustomObjectInstancesByExternalIdRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetCustomObjectInstancesByExternalIdRequestbuild()GetCustomObjectInstancesByExternalIdRequest.ExternalIdStagecustomObjectTypeIdentifier(java.lang.String customObjectTypeIdentifier)The unique identifier of the custom object type that defines the structure of the custom object instance.GetCustomObjectInstancesByExternalIdRequest._FinalStageexternalId(java.lang.String externalId)GetCustomObjectInstancesByExternalIdRequest.Builderfrom(GetCustomObjectInstancesByExternalIdRequest other)
-
-
-
Method Detail
-
from
public GetCustomObjectInstancesByExternalIdRequest.Builder from(GetCustomObjectInstancesByExternalIdRequest other)
- Specified by:
fromin interfaceGetCustomObjectInstancesByExternalIdRequest.CustomObjectTypeIdentifierStage
-
customObjectTypeIdentifier
public 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.
The unique identifier of the custom object type that defines the structure of the custom object instance.
- Specified by:
customObjectTypeIdentifierin interfaceGetCustomObjectInstancesByExternalIdRequest.CustomObjectTypeIdentifierStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
externalId
public GetCustomObjectInstancesByExternalIdRequest._FinalStage externalId(@NotNull java.lang.String externalId)
- Specified by:
externalIdin interfaceGetCustomObjectInstancesByExternalIdRequest.ExternalIdStage
-
build
public GetCustomObjectInstancesByExternalIdRequest build()
- Specified by:
buildin interfaceGetCustomObjectInstancesByExternalIdRequest._FinalStage
-
-