Class UploadData.Builder

  • Enclosing class:
    UploadData

    public static class UploadData.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • displayName

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

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

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