Class AttachTagToConversationRequest.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.tags.requests.AttachTagToConversationRequest.Builder
-
- All Implemented Interfaces:
AttachTagToConversationRequest._FinalStage,AttachTagToConversationRequest.AdminIdStage,AttachTagToConversationRequest.ConversationIdStage,AttachTagToConversationRequest.IdStage
- Enclosing class:
- AttachTagToConversationRequest
public static final class AttachTagToConversationRequest.Builder extends java.lang.Object implements AttachTagToConversationRequest.ConversationIdStage, AttachTagToConversationRequest.IdStage, AttachTagToConversationRequest.AdminIdStage, AttachTagToConversationRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachTagToConversationRequest._FinalStageadminId(java.lang.String adminId)The unique identifier for the admin which is given by Intercom.AttachTagToConversationRequestbuild()AttachTagToConversationRequest.IdStageconversationId(java.lang.String conversationId)conversation_idAttachTagToConversationRequest.Builderfrom(AttachTagToConversationRequest other)AttachTagToConversationRequest.AdminIdStageid(java.lang.String id)The unique identifier for the tag which is given by Intercom
-
-
-
Method Detail
-
from
public AttachTagToConversationRequest.Builder from(AttachTagToConversationRequest other)
- Specified by:
fromin interfaceAttachTagToConversationRequest.ConversationIdStage
-
conversationId
public AttachTagToConversationRequest.IdStage conversationId(@NotNull java.lang.String conversationId)
conversation_id
conversation_id
- Specified by:
conversationIdin interfaceAttachTagToConversationRequest.ConversationIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
id
public AttachTagToConversationRequest.AdminIdStage id(@NotNull java.lang.String id)
The unique identifier for the tag which is given by Intercom
The unique identifier for the tag which is given by Intercom
- Specified by:
idin interfaceAttachTagToConversationRequest.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
adminId
public AttachTagToConversationRequest._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 interfaceAttachTagToConversationRequest.AdminIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public AttachTagToConversationRequest build()
- Specified by:
buildin interfaceAttachTagToConversationRequest._FinalStage
-
-