Package com.intercom.api.types
Class CreateMessageRequest.Inapp.From.Builder
- java.lang.Object
-
- com.intercom.api.types.CreateMessageRequest.Inapp.From.Builder
-
- All Implemented Interfaces:
CreateMessageRequest.Inapp.From._FinalStage,CreateMessageRequest.Inapp.From.IdStage
- Enclosing class:
- CreateMessageRequest.Inapp.From
public static final class CreateMessageRequest.Inapp.From.Builder extends java.lang.Object implements CreateMessageRequest.Inapp.From.IdStage, CreateMessageRequest.Inapp.From._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateMessageRequest.Inapp.Frombuild()CreateMessageRequest.Inapp.From.Builderfrom(CreateMessageRequest.Inapp.From other)CreateMessageRequest.Inapp.From._FinalStageid(int id)The identifier for the admin which is given by Intercom.
-
-
-
Method Detail
-
from
public CreateMessageRequest.Inapp.From.Builder from(CreateMessageRequest.Inapp.From other)
- Specified by:
fromin interfaceCreateMessageRequest.Inapp.From.IdStage
-
id
public CreateMessageRequest.Inapp.From._FinalStage id(int id)
The identifier for the admin which is given by Intercom.
The identifier for the admin which is given by Intercom.
- Specified by:
idin interfaceCreateMessageRequest.Inapp.From.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
public CreateMessageRequest.Inapp.From build()
- Specified by:
buildin interfaceCreateMessageRequest.Inapp.From._FinalStage
-
-