Interface ByteContentDoc.Builder

    • Method Detail

      • contentType

        ByteContentDoc.Builder contentType​(String contentType)

        The MIME type of the document contained in the wrapper object.

        Parameters:
        contentType - The MIME type of the document contained in the wrapper object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • data

        ByteContentDoc.Builder data​(SdkBytes data)

        The byte value of the file to upload, encoded as a Base-64 string.

        Parameters:
        data - The byte value of the file to upload, encoded as a Base-64 string.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identifier

        ByteContentDoc.Builder identifier​(String identifier)

        The file name of the document contained in the wrapper object.

        Parameters:
        identifier - The file name of the document contained in the wrapper object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.