Interface UpdateCollectionRequest._FinalStage
-
- All Known Implementing Classes:
UpdateCollectionRequest.Builder
- Enclosing class:
- UpdateCollectionRequest
public static interface UpdateCollectionRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateCollectionRequestbuild()UpdateCollectionRequest._FinalStagedescription(java.lang.String description)UpdateCollectionRequest._FinalStagedescription(java.util.Optional<java.lang.String> description)The description of the collection.UpdateCollectionRequest._FinalStagename(java.lang.String name)UpdateCollectionRequest._FinalStagename(java.util.Optional<java.lang.String> name)The name of the collection.UpdateCollectionRequest._FinalStageparentId(java.lang.String parentId)UpdateCollectionRequest._FinalStageparentId(java.util.Optional<java.lang.String> parentId)The id of the parent collection.UpdateCollectionRequest._FinalStagetranslatedContent(GroupTranslatedContent translatedContent)UpdateCollectionRequest._FinalStagetranslatedContent(java.util.Optional<GroupTranslatedContent> translatedContent)
-
-
-
Method Detail
-
build
UpdateCollectionRequest build()
-
name
UpdateCollectionRequest._FinalStage name(java.util.Optional<java.lang.String> name)
The name of the collection. For multilingual collections, this will be the name of the default language's content.
-
name
UpdateCollectionRequest._FinalStage name(java.lang.String name)
-
description
UpdateCollectionRequest._FinalStage description(java.util.Optional<java.lang.String> description)
The description of the collection. For multilingual collections, this will be the description of the default language's content.
-
description
UpdateCollectionRequest._FinalStage description(java.lang.String description)
-
translatedContent
UpdateCollectionRequest._FinalStage translatedContent(java.util.Optional<GroupTranslatedContent> translatedContent)
-
translatedContent
UpdateCollectionRequest._FinalStage translatedContent(GroupTranslatedContent translatedContent)
-
parentId
UpdateCollectionRequest._FinalStage parentId(java.util.Optional<java.lang.String> parentId)
The id of the parent collection. If
nullthen it will be updated as the first level collection.
-
parentId
UpdateCollectionRequest._FinalStage parentId(java.lang.String parentId)
-
-