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 java.lang.Object implements TagConversationRequest.ConversationIdStage, TagConversationRequest.TagIdStage, TagConversationRequest.AdminIdStage, TagConversationRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagConversationRequest._FinalStageadminId(java.lang.String adminId)The unique identifier for the admin which is given by Intercom.TagConversationRequestbuild()TagConversationRequest.TagIdStageconversationId(java.lang.String conversationId)conversation_idTagConversationRequest.Builderfrom(TagConversationRequest other)TagConversationRequest.AdminIdStagetagId(java.lang.String tagId)The unique identifier for the tag which is given by Intercom
-
-
-
Method Detail
-
from
public TagConversationRequest.Builder from(TagConversationRequest other)
- Specified by:
fromin interfaceTagConversationRequest.ConversationIdStage
-
conversationId
public TagConversationRequest.TagIdStage conversationId(@NotNull java.lang.String conversationId)
conversation_id
conversation_id
- Specified by:
conversationIdin interfaceTagConversationRequest.ConversationIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
tagId
public TagConversationRequest.AdminIdStage 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 interfaceTagConversationRequest.TagIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
adminId
public TagConversationRequest._FinalStage adminId(@NotNull java.lang.String adminId)
The unique identifier for the admin which is given by Intercom.
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
public TagConversationRequest build()
- Specified by:
buildin interfaceTagConversationRequest._FinalStage
-
-