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