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