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