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