Interface ByteContentDoc.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ByteContentDoc.Builder,ByteContentDoc>, SdkBuilder<ByteContentDoc.Builder,ByteContentDoc>, SdkPojo
Enclosing class:
ByteContentDoc

public static interface ByteContentDoc.Builder extends SdkPojo, CopyableBuilder<ByteContentDoc.Builder,ByteContentDoc>
  • Method Details

    • 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

      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.