Class CreateConversationRequest.From.Builder
java.lang.Object
com.intercom.api.resources.conversations.requests.CreateConversationRequest.From.Builder
- All Implemented Interfaces:
CreateConversationRequest.From._FinalStage,CreateConversationRequest.From.IdStage,CreateConversationRequest.From.TypeStage
- Enclosing class:
CreateConversationRequest.From
public static final class CreateConversationRequest.From.Builder
extends Object
implements CreateConversationRequest.From.TypeStage, CreateConversationRequest.From.IdStage, CreateConversationRequest.From._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The identifier for the contact which is given by Intercom.The role associated to the contact - user or lead.
-
Method Details
-
from
- Specified by:
fromin interfaceCreateConversationRequest.From.TypeStage
-
type
public CreateConversationRequest.From.IdStage type(@NotNull CreateConversationRequest.From.Type type) The role associated to the contact - user or lead.
- Specified by:
typein interfaceCreateConversationRequest.From.TypeStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
id
The identifier for the contact which is given by Intercom.
- Specified by:
idin interfaceCreateConversationRequest.From.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceCreateConversationRequest.From._FinalStage
-