Class UploadMediaRequest

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

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

    • UploadMediaRequest

      public UploadMediaRequest()
    • UploadMediaRequest

      public UploadMediaRequest(Boolean initWithEmptyList)
  • Method Details

    • fileName

      public UploadMediaRequest fileName(String fileName)
      Name of the media file to upload. It must not start with a dot and not end with a forward slash. Whitespace and the following characters are not allowed: \\{^}%`]\">[~<#|
    • getFileName

      public String getFileName()
    • setFileName

      public void setFileName(String fileName)
    • contentLengthBytes

      public UploadMediaRequest contentLengthBytes(Integer contentLengthBytes)
      The length of the file to upload in bytes
    • getContentLengthBytes

      public Integer getContentLengthBytes()
    • setContentLengthBytes

      public void setContentLengthBytes(Integer contentLengthBytes)
    • contentMd5

      public UploadMediaRequest contentMd5(String contentMd5)
      Content MD5 of the file to upload
    • getContentMd5

      public String getContentMd5()
    • setContentMd5

      public void setContentMd5(String contentMd5)
    • 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