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 java.lang.Object implements ConfigureRequest.Zero.WorkspaceIdStage, ConfigureRequest.Zero.AdminStage, ConfigureRequest.Zero.ContextStage, ConfigureRequest.Zero._FinalStage
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigureRequest.Zero.ContextStageadmin(Admin admin)The Intercom teammate configuring the app.ConfigureRequest.Zerobuild()ConfigureRequest.Zero._FinalStagecontext(Context context)The context of where the app is added, where the user last visited, and information on the Messenger settings.ConfigureRequest.Zero.Builderfrom(ConfigureRequest.Zero other)ConfigureRequest.Zero.AdminStageworkspaceId(java.lang.String workspaceId)The workspace ID of the teammate.
-
-
-
Method Detail
-
from
public ConfigureRequest.Zero.Builder from(ConfigureRequest.Zero other)
- Specified by:
fromin interfaceConfigureRequest.Zero.WorkspaceIdStage
-
workspaceId
public ConfigureRequest.Zero.AdminStage workspaceId(@NotNull java.lang.String 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
public ConfigureRequest.Zero.ContextStage admin(@NotNull Admin 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
public ConfigureRequest.Zero._FinalStage context(@NotNull Context 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
public ConfigureRequest.Zero build()
- Specified by:
buildin interfaceConfigureRequest.Zero._FinalStage
-
-