Interface Collection.IdStage
-
- All Known Implementing Classes:
Collection.Builder
- Enclosing class:
- Collection
public static interface Collection.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection.Builderfrom(Collection other)Collection.WorkspaceIdStageid(java.lang.String id)The unique identifier for the collection which is given by Intercom.
-
-
-
Method Detail
-
id
Collection.WorkspaceIdStage id(@NotNull java.lang.String id)
The unique identifier for the collection which is given by Intercom.
-
from
Collection.Builder from(Collection other)
-
-