Interface CreateCollectionRequest._FinalStage
-
- All Known Implementing Classes:
CreateCollectionRequest.Builder
- Enclosing class:
- CreateCollectionRequest
public static interface CreateCollectionRequest._FinalStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateCollectionRequestbuild()CreateCollectionRequest._FinalStagedescription(java.lang.String description)CreateCollectionRequest._FinalStagedescription(java.util.Optional<java.lang.String> description)The description of the collection.CreateCollectionRequest._FinalStagehelpCenterId(java.lang.Integer helpCenterId)CreateCollectionRequest._FinalStagehelpCenterId(java.util.Optional<java.lang.Integer> helpCenterId)The id of the help center where the collection will be created.CreateCollectionRequest._FinalStageparentId(java.lang.String parentId)CreateCollectionRequest._FinalStageparentId(java.util.Optional<java.lang.String> parentId)The id of the parent collection.CreateCollectionRequest._FinalStagetranslatedContent(GroupTranslatedContent translatedContent)CreateCollectionRequest._FinalStagetranslatedContent(java.util.Optional<GroupTranslatedContent> translatedContent)
-
-
-
Method Detail
-
build
CreateCollectionRequest build()
-
description
CreateCollectionRequest._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
CreateCollectionRequest._FinalStage description(java.lang.String description)
-
translatedContent
CreateCollectionRequest._FinalStage translatedContent(java.util.Optional<GroupTranslatedContent> translatedContent)
-
translatedContent
CreateCollectionRequest._FinalStage translatedContent(GroupTranslatedContent translatedContent)
-
parentId
CreateCollectionRequest._FinalStage parentId(java.util.Optional<java.lang.String> parentId)
The id of the parent collection. If
nullthen it will be created as the first level collection.
-
parentId
CreateCollectionRequest._FinalStage parentId(java.lang.String parentId)
-
helpCenterId
CreateCollectionRequest._FinalStage helpCenterId(java.util.Optional<java.lang.Integer> helpCenterId)
The id of the help center where the collection will be created. If
nullthen it will be created in the default help center.
-
helpCenterId
CreateCollectionRequest._FinalStage helpCenterId(java.lang.Integer helpCenterId)
-
-