Class UploadUrlRequestBody

java.lang.Object
com.mypurecloud.sdk.v2.model.UploadUrlRequestBody
All Implemented Interfaces:
Serializable

public class UploadUrlRequestBody extends Object implements Serializable
UploadUrlRequestBody
See Also:
  • Constructor Details

    • UploadUrlRequestBody

      public UploadUrlRequestBody()
    • UploadUrlRequestBody

      public UploadUrlRequestBody(Boolean initWithEmptyList)
  • Method Details

    • contentLengthBytes

      public UploadUrlRequestBody contentLengthBytes(Long contentLengthBytes)
      The expected content length (in bytes) of the gzip-encoded data that will be PUT to the returned signed URL
    • getContentLengthBytes

      public Long getContentLengthBytes()
    • setContentLengthBytes

      public void setContentLengthBytes(Long contentLengthBytes)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object