Package com.intercom.api.types
Class RedactConversationRequest.ConversationPart.Builder
java.lang.Object
com.intercom.api.types.RedactConversationRequest.ConversationPart.Builder
- All Implemented Interfaces:
RedactConversationRequest.ConversationPart._FinalStage,RedactConversationRequest.ConversationPart.ConversationIdStage,RedactConversationRequest.ConversationPart.ConversationPartIdStage
- Enclosing class:
RedactConversationRequest.ConversationPart
public static final class RedactConversationRequest.ConversationPart.Builder
extends Object
implements RedactConversationRequest.ConversationPart.ConversationIdStage, RedactConversationRequest.ConversationPart.ConversationPartIdStage, RedactConversationRequest.ConversationPart._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()conversationId(String conversationId) The id of the conversation.conversationPartId(String conversationPartId) The id of the conversation_part.
-
Method Details
-
from
public RedactConversationRequest.ConversationPart.Builder from(RedactConversationRequest.ConversationPart other) - Specified by:
fromin interfaceRedactConversationRequest.ConversationPart.ConversationIdStage
-
conversationId
public RedactConversationRequest.ConversationPart.ConversationPartIdStage conversationId(@NotNull String conversationId) The id of the conversation.
- Specified by:
conversationIdin interfaceRedactConversationRequest.ConversationPart.ConversationIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
conversationPartId
public RedactConversationRequest.ConversationPart._FinalStage conversationPartId(@NotNull String conversationPartId) The id of the conversation_part.
- Specified by:
conversationPartIdin interfaceRedactConversationRequest.ConversationPart.ConversationPartIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceRedactConversationRequest.ConversationPart._FinalStage
-