Class ListSegmentsAttachedToContactRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.contacts.requests.ListSegmentsAttachedToContactRequest.Builder
-
- All Implemented Interfaces:
ListSegmentsAttachedToContactRequest._FinalStage,ListSegmentsAttachedToContactRequest.ContactIdStage
- Enclosing class:
- ListSegmentsAttachedToContactRequest
public static final class ListSegmentsAttachedToContactRequest.Builder extends java.lang.Object implements ListSegmentsAttachedToContactRequest.ContactIdStage, ListSegmentsAttachedToContactRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListSegmentsAttachedToContactRequestbuild()ListSegmentsAttachedToContactRequest._FinalStagecontactId(java.lang.String contactId)The unique identifier for the contact which is given by IntercomListSegmentsAttachedToContactRequest.Builderfrom(ListSegmentsAttachedToContactRequest other)
-
-
-
Method Detail
-
from
public ListSegmentsAttachedToContactRequest.Builder from(ListSegmentsAttachedToContactRequest other)
- Specified by:
fromin interfaceListSegmentsAttachedToContactRequest.ContactIdStage
-
contactId
public ListSegmentsAttachedToContactRequest._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 interfaceListSegmentsAttachedToContactRequest.ContactIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public ListSegmentsAttachedToContactRequest build()
- Specified by:
buildin interfaceListSegmentsAttachedToContactRequest._FinalStage
-
-