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