Class ReadFileRequest.Builder

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

public static class ReadFileRequest.Builder extends BuilderSupport
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • build

      @Nonnull public ReadFileRequest build()
    • namespace

      @Nonnull public ReadFileRequest.Builder namespace(String value)
      The namespace of the file store to which the file will be read from.

      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 ReadFileRequest.Builder path(@Nonnull FilePath value)
      The path on the store to which the file will be read from.

      This is a required field.