Package com.intercom.api.types
Interface ConfigureRequest.Zero.WorkspaceIdStage
-
- All Known Implementing Classes:
ConfigureRequest.Zero.Builder
- Enclosing class:
- ConfigureRequest.Zero
public static interface ConfigureRequest.Zero.WorkspaceIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigureRequest.Zero.Builderfrom(ConfigureRequest.Zero other)ConfigureRequest.Zero.AdminStageworkspaceId(java.lang.String workspaceId)The workspace ID of the teammate.
-
-
-
Method Detail
-
workspaceId
ConfigureRequest.Zero.AdminStage workspaceId(@NotNull java.lang.String workspaceId)
The workspace ID of the teammate. Attribute is app_id for V1.2 and below.
-
from
ConfigureRequest.Zero.Builder from(ConfigureRequest.Zero other)
-
-