Package com.intercom.api.types
Interface CustomerRequest.IntercomUserId.IntercomUserIdStage
-
- All Known Implementing Classes:
CustomerRequest.IntercomUserId.Builder
- Enclosing class:
- CustomerRequest.IntercomUserId
public static interface CustomerRequest.IntercomUserId.IntercomUserIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomerRequest.IntercomUserId.Builderfrom(CustomerRequest.IntercomUserId other)CustomerRequest.IntercomUserId._FinalStageintercomUserId(java.lang.String intercomUserId)The identifier for the contact as given by Intercom.
-
-
-
Method Detail
-
intercomUserId
CustomerRequest.IntercomUserId._FinalStage intercomUserId(@NotNull java.lang.String intercomUserId)
The identifier for the contact as given by Intercom.
-
from
CustomerRequest.IntercomUserId.Builder from(CustomerRequest.IntercomUserId other)
-
-