Interface Collection.WorkspaceIdStage
-
- All Known Implementing Classes:
Collection.Builder
- Enclosing class:
- Collection
public static interface Collection.WorkspaceIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection.NameStageworkspaceId(java.lang.String workspaceId)The id of the workspace which the collection belongs to.
-
-
-
Method Detail
-
workspaceId
Collection.NameStage workspaceId(@NotNull java.lang.String workspaceId)
The id of the workspace which the collection belongs to.
-
-