Class GenerateGetUrlRequest

java.lang.Object
com.atlassian.bitbucket.filestore.GenerateGetUrlRequest

public class GenerateGetUrlRequest extends Object
Describes a request to generate a pre-authorized URL for downloading a file from a file store.
Since:
9.3
  • Method Details

    • getExpiry

      @Nullable public Duration getExpiry()
    • getNamespace

      @Nullable public String getNamespace()
    • getPath

      @Nullable public FilePath getPath()
    • getResponseContentDisposition

      @Nullable public String getResponseContentDisposition()
    • getResponseContentType

      @Nullable public String getResponseContentType()