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