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