Interface ContactsCreateResponse.IdStage
-
- All Known Implementing Classes:
ContactsCreateResponse.Builder
- Enclosing class:
- ContactsCreateResponse
public static interface ContactsCreateResponse.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContactsCreateResponse.Builderfrom(ContactsCreateResponse other)ContactsCreateResponse.WorkspaceIdStageid(java.lang.String id)The unique identifier for the contact which is given by Intercom.
-
-
-
Method Detail
-
id
ContactsCreateResponse.WorkspaceIdStage id(@NotNull java.lang.String id)
The unique identifier for the contact which is given by Intercom.
-
from
ContactsCreateResponse.Builder from(ContactsCreateResponse other)
-
-