Package com.intercom.api.types
Interface ConfigureRequest.ComponentId.WorkspaceRegionStage
-
- All Known Implementing Classes:
ConfigureRequest.ComponentId.Builder
- Enclosing class:
- ConfigureRequest.ComponentId
public static interface ConfigureRequest.ComponentId.WorkspaceRegionStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConfigureRequest.ComponentId.ComponentIdStageworkspaceRegion(java.lang.String workspaceRegion)The Intercom hosted region that this app is located in.
-
-
-
Method Detail
-
workspaceRegion
ConfigureRequest.ComponentId.ComponentIdStage workspaceRegion(@NotNull java.lang.String workspaceRegion)
The Intercom hosted region that this app is located in.
-
-