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 Object
implements ListSegmentsAttachedToContactRequest.ContactIdStage, ListSegmentsAttachedToContactRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The unique identifier for the contact which is given by Intercom
-
Method Details
-
from
public ListSegmentsAttachedToContactRequest.Builder from(ListSegmentsAttachedToContactRequest other) - Specified by:
fromin interfaceListSegmentsAttachedToContactRequest.ContactIdStage
-
contactId
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
- Specified by:
buildin interfaceListSegmentsAttachedToContactRequest._FinalStage
-