Class FileExistsRequest.Builder

java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.filestore.FileExistsRequest.Builder
Enclosing class:
FileExistsRequest

public static class FileExistsRequest.Builder extends BuilderSupport
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      @Nonnull public FileExistsRequest build()
    • namespace

      @Nonnull public FileExistsRequest.Builder namespace(@Nonnull String value)
      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.

    • path

      @Nonnull public FileExistsRequest.Builder path(@Nonnull FilePath value)
      The path on the store to which the file will be uploaded to.

      This is a required field.