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