Package com.mypurecloud.sdk.v2.model
Class UploadMediaRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.UploadMediaRequest
- All Implemented Interfaces:
Serializable
UploadMediaRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentLengthBytes(Integer contentLengthBytes) The length of the file to upload in bytescontentMd5(String contentMd5) Content MD5 of the file to uploadbooleanName of the media file to upload.inthashCode()voidsetContentLengthBytes(Integer contentLengthBytes) voidsetContentMd5(String contentMd5) voidsetFileName(String fileName) toString()
-
Constructor Details
-
UploadMediaRequest
public UploadMediaRequest() -
UploadMediaRequest
-
-
Method Details
-
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
-
setFileName
-
contentLengthBytes
The length of the file to upload in bytes -
getContentLengthBytes
-
setContentLengthBytes
-
contentMd5
Content MD5 of the file to upload -
getContentMd5
-
setContentMd5
-
equals
-
hashCode
public int hashCode() -
toString
-