Class UntagConversationRequest.Builder
java.lang.Object
com.intercom.api.resources.tags.requests.UntagConversationRequest.Builder
- All Implemented Interfaces:
UntagConversationRequest._FinalStage,UntagConversationRequest.AdminIdStage,UntagConversationRequest.ConversationIdStage,UntagConversationRequest.TagIdStage
- Enclosing class:
UntagConversationRequest
public static final class UntagConversationRequest.Builder
extends Object
implements UntagConversationRequest.ConversationIdStage, UntagConversationRequest.TagIdStage, UntagConversationRequest.AdminIdStage, UntagConversationRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier for the admin which is given by Intercom.build()conversationId(String conversationId) conversation_idfrom(UntagConversationRequest other) id
-
Method Details
-
from
- Specified by:
fromin interfaceUntagConversationRequest.ConversationIdStage
-
conversationId
conversation_id
- Specified by:
conversationIdin interfaceUntagConversationRequest.ConversationIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
tagId
id
- Specified by:
tagIdin interfaceUntagConversationRequest.TagIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
adminId
The unique identifier for the admin which is given by Intercom.
- Specified by:
adminIdin interfaceUntagConversationRequest.AdminIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceUntagConversationRequest._FinalStage
-