Class DeleteRecursiveRequest.Builder
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.filestore.DeleteRecursiveRequest.Builder
- Enclosing class:
- DeleteRecursiveRequest
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
delete
(Collection<FilePath> value) Add a collection of file prefixes to the list of prefixes to be deleted.The namespace of the file store to which the file will be uploaded to.Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
-
delete
Add a collection of file prefixes to the list of prefixes to be deleted. -
delete
-
namespace
The namespace of the file store to which the file will be uploaded to.The namespace permits a given store to be partitioned into multiple logical stores, one per usage type.
This is a required field.
-