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 Object
implements CustomerRequest.IntercomUserId.IntercomUserIdStage, CustomerRequest.IntercomUserId._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()intercomUserId(String intercomUserId) The identifier for the contact as given by Intercom.
-
Method Details
-
from
- Specified by:
fromin interfaceCustomerRequest.IntercomUserId.IntercomUserIdStage
-
intercomUserId
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
- Specified by:
buildin interfaceCustomerRequest.IntercomUserId._FinalStage
-