Class GetCustomObjectInstancesByIdRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.customobjectinstances.requests.GetCustomObjectInstancesByIdRequest.Builder
-
- All Implemented Interfaces:
GetCustomObjectInstancesByIdRequest._FinalStage,GetCustomObjectInstancesByIdRequest.CustomObjectInstanceIdStage,GetCustomObjectInstancesByIdRequest.CustomObjectTypeIdentifierStage
- Enclosing class:
- GetCustomObjectInstancesByIdRequest
public static final class GetCustomObjectInstancesByIdRequest.Builder extends java.lang.Object implements GetCustomObjectInstancesByIdRequest.CustomObjectTypeIdentifierStage, GetCustomObjectInstancesByIdRequest.CustomObjectInstanceIdStage, GetCustomObjectInstancesByIdRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetCustomObjectInstancesByIdRequestbuild()GetCustomObjectInstancesByIdRequest._FinalStagecustomObjectInstanceId(java.lang.String customObjectInstanceId)The id or external_id of the custom object instanceGetCustomObjectInstancesByIdRequest.CustomObjectInstanceIdStagecustomObjectTypeIdentifier(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
-
from
public GetCustomObjectInstancesByIdRequest.Builder from(GetCustomObjectInstancesByIdRequest other)
- Specified by:
fromin interfaceGetCustomObjectInstancesByIdRequest.CustomObjectTypeIdentifierStage
-
customObjectTypeIdentifier
public GetCustomObjectInstancesByIdRequest.CustomObjectInstanceIdStage 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 interfaceGetCustomObjectInstancesByIdRequest.CustomObjectTypeIdentifierStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
customObjectInstanceId
public GetCustomObjectInstancesByIdRequest._FinalStage customObjectInstanceId(@NotNull java.lang.String customObjectInstanceId)
The id or external_id of the custom object instance
The id or external_id of the custom object instance
- Specified by:
customObjectInstanceIdin interfaceGetCustomObjectInstancesByIdRequest.CustomObjectInstanceIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public GetCustomObjectInstancesByIdRequest build()
- Specified by:
buildin interfaceGetCustomObjectInstancesByIdRequest._FinalStage
-
-