Class ListSegmentsForAContactRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.contacts.requests.ListSegmentsForAContactRequest.Builder
-
- All Implemented Interfaces:
ListSegmentsForAContactRequest._FinalStage,ListSegmentsForAContactRequest.ContactIdStage
- Enclosing class:
- ListSegmentsForAContactRequest
public static final class ListSegmentsForAContactRequest.Builder extends java.lang.Object implements ListSegmentsForAContactRequest.ContactIdStage, ListSegmentsForAContactRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSegmentsForAContactRequestbuild()ListSegmentsForAContactRequest._FinalStagecontactId(java.lang.String contactId)The unique identifier for the contact which is given by IntercomListSegmentsForAContactRequest.Builderfrom(ListSegmentsForAContactRequest other)
-
-
-
Method Detail
-
from
public ListSegmentsForAContactRequest.Builder from(ListSegmentsForAContactRequest other)
- Specified by:
fromin interfaceListSegmentsForAContactRequest.ContactIdStage
-
contactId
public ListSegmentsForAContactRequest._FinalStage contactId(@NotNull java.lang.String contactId)
The unique identifier for the contact which is given by Intercom
The unique identifier for the contact which is given by Intercom
- Specified by:
contactIdin interfaceListSegmentsForAContactRequest.ContactIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public ListSegmentsForAContactRequest build()
- Specified by:
buildin interfaceListSegmentsForAContactRequest._FinalStage
-
-