Package com.intercom.api.types
Class ConfigureRequest.Zero.Builder
java.lang.Object
com.intercom.api.types.ConfigureRequest.Zero.Builder
- All Implemented Interfaces:
ConfigureRequest.Zero._FinalStage,ConfigureRequest.Zero.AdminStage,ConfigureRequest.Zero.ContextStage,ConfigureRequest.Zero.WorkspaceIdStage
- Enclosing class:
ConfigureRequest.Zero
public static final class ConfigureRequest.Zero.Builder
extends Object
implements ConfigureRequest.Zero.WorkspaceIdStage, ConfigureRequest.Zero.AdminStage, ConfigureRequest.Zero.ContextStage, ConfigureRequest.Zero._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionThe Intercom teammate configuring the app.build()The context of where the app is added, where the user last visited, and information on the Messenger settings.from(ConfigureRequest.Zero other) workspaceId(String workspaceId) The workspace ID of the teammate.
-
Method Details
-
from
- Specified by:
fromin interfaceConfigureRequest.Zero.WorkspaceIdStage
-
workspaceId
The workspace ID of the teammate. Attribute is app_id for V1.2 and below.
- Specified by:
workspaceIdin interfaceConfigureRequest.Zero.WorkspaceIdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
admin
The Intercom teammate configuring the app.
- Specified by:
adminin interfaceConfigureRequest.Zero.AdminStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
context
The context of where the app is added, where the user last visited, and information on the Messenger settings.
- Specified by:
contextin interfaceConfigureRequest.Zero.ContextStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
build
- Specified by:
buildin interfaceConfigureRequest.Zero._FinalStage
-