Package com.intercom.api.types
Class CreateMessageRequest.Inapp.To.Builder
java.lang.Object
com.intercom.api.types.CreateMessageRequest.Inapp.To.Builder
- All Implemented Interfaces:
CreateMessageRequest.Inapp.To._FinalStage,CreateMessageRequest.Inapp.To.IdStage,CreateMessageRequest.Inapp.To.TypeStage
- Enclosing class:
CreateMessageRequest.Inapp.To
public static final class CreateMessageRequest.Inapp.To.Builder
extends Object
implements CreateMessageRequest.Inapp.To.TypeStage, CreateMessageRequest.Inapp.To.IdStage, CreateMessageRequest.Inapp.To._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionbuild()The identifier for the contact which is given by Intercom.The role associated to the contact -userorlead.
-
Method Details
-
from
- Specified by:
fromin interfaceCreateMessageRequest.Inapp.To.TypeStage
-
type
The role associated to the contact -
userorlead.- Specified by:
typein interfaceCreateMessageRequest.Inapp.To.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 interfaceCreateMessageRequest.Inapp.To.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceCreateMessageRequest.Inapp.To._FinalStage
-