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