Interface CreateFolderRequest._FinalStage
- All Known Implementing Classes:
CreateFolderRequest.Builder
- Enclosing class:
CreateFolderRequest
public static interface CreateFolderRequest._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()Whentrue, if a folder with the same slug already exists under the same parent its mutable fields (name,description, and ownership) are overwritten from the request and the version is bumped, instead of the existing folder being returned unchanged; the immutable slug and parent are never changed.
-
Method Details
-
build
CreateFolderRequest build() -
additionalProperty
-
additionalProperties
-
upsert
When
true, if a folder with the same slug already exists under the same parent its mutable fields (name,description, and ownership) are overwritten from the request and the version is bumped, instead of the existing folder being returned unchanged; the immutable slug and parent are never changed. A re-applied upsert whose content matches is a no-op (no version bump). Defaults tofalse. Requires thefolders:uscope in addition tofolders:c. -
upsert
-