Class TagContactRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.tags.requests.TagContactRequest.Builder
-
- All Implemented Interfaces:
TagContactRequest._FinalStage,TagContactRequest.ContactIdStage,TagContactRequest.TagIdStage
- Enclosing class:
- TagContactRequest
public static final class TagContactRequest.Builder extends java.lang.Object implements TagContactRequest.ContactIdStage, TagContactRequest.TagIdStage, TagContactRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagContactRequestbuild()TagContactRequest.TagIdStagecontactId(java.lang.String contactId)The unique identifier for the contact which is given by IntercomTagContactRequest.Builderfrom(TagContactRequest other)TagContactRequest._FinalStagetagId(java.lang.String tagId)The unique identifier for the tag which is given by Intercom
-
-
-
Method Detail
-
from
public TagContactRequest.Builder from(TagContactRequest other)
- Specified by:
fromin interfaceTagContactRequest.ContactIdStage
-
contactId
public TagContactRequest.TagIdStage 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 interfaceTagContactRequest.ContactIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
tagId
public TagContactRequest._FinalStage tagId(@NotNull java.lang.String tagId)
The unique identifier for the tag which is given by Intercom
The unique identifier for the tag which is given by Intercom
- Specified by:
tagIdin interfaceTagContactRequest.TagIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public TagContactRequest build()
- Specified by:
buildin interfaceTagContactRequest._FinalStage
-
-