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