Class UploadData.Builder

  • Enclosing class:
    UploadData

    public static class UploadData.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public UploadData.Builder name​(String name)
        The name used to refer to the upload data.
        Parameters:
        name - the value to set
        Returns:
        this builder
      • contentUrl

        public UploadData.Builder contentUrl​(String contentUrl)
        The content URL of the upload data.
        Parameters:
        contentUrl - the value to set
        Returns:
        this builder
      • mimeType

        public UploadData.Builder mimeType​(String mimeType)
        The MIME type of the upload data.
        Parameters:
        mimeType - the value to set
        Returns:
        this builder