Class ListTagsAttachedToContactRequest.Builder
java.lang.Object
com.intercom.api.resources.contacts.requests.ListTagsAttachedToContactRequest.Builder
- All Implemented Interfaces:
ListTagsAttachedToContactRequest._FinalStage,ListTagsAttachedToContactRequest.ContactIdStage
- Enclosing class:
ListTagsAttachedToContactRequest
public static final class ListTagsAttachedToContactRequest.Builder
extends Object
implements ListTagsAttachedToContactRequest.ContactIdStage, ListTagsAttachedToContactRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The unique identifier for the contact which is given by Intercom
-
Method Details
-
from
- Specified by:
fromin interfaceListTagsAttachedToContactRequest.ContactIdStage
-
contactId
The unique identifier for the contact which is given by Intercom
- Specified by:
contactIdin interfaceListTagsAttachedToContactRequest.ContactIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceListTagsAttachedToContactRequest._FinalStage
-