Interface CreateCollectionRequest.NameStage
-
- All Known Implementing Classes:
CreateCollectionRequest.Builder
- Enclosing class:
- CreateCollectionRequest
public static interface CreateCollectionRequest.NameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCollectionRequest.Builderfrom(CreateCollectionRequest other)CreateCollectionRequest._FinalStagename(java.lang.String name)The name of the collection.
-
-
-
Method Detail
-
name
CreateCollectionRequest._FinalStage name(@NotNull java.lang.String name)
The name of the collection. For multilingual collections, this will be the name of the default language's content.
-
from
CreateCollectionRequest.Builder from(CreateCollectionRequest other)
-
-