Class ConvertConversationToTicketRequest.Builder
java.lang.Object
com.intercom.api.resources.conversations.requests.ConvertConversationToTicketRequest.Builder
- All Implemented Interfaces:
ConvertConversationToTicketRequest._FinalStage,ConvertConversationToTicketRequest.ConversationIdStage,ConvertConversationToTicketRequest.TicketTypeIdStage
- Enclosing class:
ConvertConversationToTicketRequest
public static final class ConvertConversationToTicketRequest.Builder
extends Object
implements ConvertConversationToTicketRequest.ConversationIdStage, ConvertConversationToTicketRequest.TicketTypeIdStage, ConvertConversationToTicketRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionattributes(Map<String, Object> attributes) attributes(Optional<Map<String, Object>> attributes) build()conversationId(String conversationId) The id of the conversation to targetticketTypeId(String ticketTypeId) The ID of the type of ticket you want to convert the conversation to
-
Method Details
-
from
- Specified by:
fromin interfaceConvertConversationToTicketRequest.ConversationIdStage
-
conversationId
public ConvertConversationToTicketRequest.TicketTypeIdStage conversationId(@NotNull String conversationId) The id of the conversation to target
- Specified by:
conversationIdin interfaceConvertConversationToTicketRequest.ConversationIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
ticketTypeId
The ID of the type of ticket you want to convert the conversation to
- Specified by:
ticketTypeIdin interfaceConvertConversationToTicketRequest.TicketTypeIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
attributes
- Specified by:
attributesin interfaceConvertConversationToTicketRequest._FinalStage
-
attributes
public ConvertConversationToTicketRequest._FinalStage attributes(Optional<Map<String, Object>> attributes) - Specified by:
attributesin interfaceConvertConversationToTicketRequest._FinalStage
-
build
- Specified by:
buildin interfaceConvertConversationToTicketRequest._FinalStage
-