Package com.intercom.api.types
Class CustomerRequest.IntercomUserId.Builder
- java.lang.Object
-
- com.intercom.api.types.CustomerRequest.IntercomUserId.Builder
-
- All Implemented Interfaces:
CustomerRequest.IntercomUserId._FinalStage,CustomerRequest.IntercomUserId.IntercomUserIdStage
- Enclosing class:
- CustomerRequest.IntercomUserId
public static final class CustomerRequest.IntercomUserId.Builder extends java.lang.Object implements CustomerRequest.IntercomUserId.IntercomUserIdStage, CustomerRequest.IntercomUserId._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomerRequest.IntercomUserIdbuild()CustomerRequest.IntercomUserId.Builderfrom(CustomerRequest.IntercomUserId other)CustomerRequest.IntercomUserId._FinalStageintercomUserId(java.lang.String intercomUserId)The identifier for the contact as given by Intercom.
-
-
-
Method Detail
-
from
public CustomerRequest.IntercomUserId.Builder from(CustomerRequest.IntercomUserId other)
- Specified by:
fromin interfaceCustomerRequest.IntercomUserId.IntercomUserIdStage
-
intercomUserId
public CustomerRequest.IntercomUserId._FinalStage intercomUserId(@NotNull java.lang.String intercomUserId)
The identifier for the contact as given by Intercom.
The identifier for the contact as given by Intercom.
- Specified by:
intercomUserIdin interfaceCustomerRequest.IntercomUserId.IntercomUserIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public CustomerRequest.IntercomUserId build()
- Specified by:
buildin interfaceCustomerRequest.IntercomUserId._FinalStage
-
-