Class DeleteFilesRequest.Builder
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.filestore.DeleteFilesRequest.Builder
- Enclosing class:
- DeleteFilesRequest
- 
Field SummaryFields inherited from class com.atlassian.bitbucket.util.BuilderSupportNOT_BLANK
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Add a file to the list of files to be deleted.delete(Collection<FilePath> value) Add a collection of files to the list of files 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.BuilderSupportaddIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
build
- 
deleteAdd a collection of files to the list of files to be deleted.
- 
deleteAdd a file to the list of files to be deleted.
- 
namespaceThe 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. 
 
-