Class CreateConversationRequest.From.Builder
- java.lang.Object
-
- com.intercom.api.resources.unstable.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 java.lang.Object implements CreateConversationRequest.From.TypeStage, CreateConversationRequest.From.IdStage, CreateConversationRequest.From._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateConversationRequest.Frombuild()CreateConversationRequest.From.Builderfrom(CreateConversationRequest.From other)CreateConversationRequest.From._FinalStageid(java.lang.String id)The identifier for the contact which is given by Intercom.CreateConversationRequest.From.IdStagetype(CreateConversationRequest.From.Type type)The role associated to the contact - user or lead.
-
-
-
Method Detail
-
from
public CreateConversationRequest.From.Builder from(CreateConversationRequest.From other)
- 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.
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
public CreateConversationRequest.From._FinalStage id(@NotNull java.lang.String id)
The identifier for the contact which is given by Intercom.
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
public CreateConversationRequest.From build()
- Specified by:
buildin interfaceCreateConversationRequest.From._FinalStage
-
-