Package com.mypurecloud.sdk.v2.model
Class V3SynchronizationUploadUrlRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.V3SynchronizationUploadUrlRequest
- All Implemented Interfaces:
Serializable
V3SynchronizationUploadUrlRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentLength(Integer contentLength) The length of the file to upload in bytescontentMd5(String contentMd5) Content MD5 of the file to upload encoded in base64, example: \"f8VicOenD6gaWTW3Lqy+KQ==\".contentType(String contentType) The content type of the file to uploadbooleanName of the file to upload.inthashCode()metadata(V3SynchronizationUploadMetadata metadata) The metadata of the file to uploadvoidsetContentLength(Integer contentLength) voidsetContentMd5(String contentMd5) voidsetContentType(String contentType) voidsetFileName(String fileName) voidsetMetadata(V3SynchronizationUploadMetadata metadata) toString()
-
Constructor Details
-
V3SynchronizationUploadUrlRequest
public V3SynchronizationUploadUrlRequest() -
V3SynchronizationUploadUrlRequest
-
-
Method Details
-
fileName
Name of the 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
-
contentMd5
Content MD5 of the file to upload encoded in base64, example: \"f8VicOenD6gaWTW3Lqy+KQ==\". Not the hexadecimal representation as \"7fc56270e7a70fa81a5935b72eacbe29\". -
getContentMd5
-
setContentMd5
-
contentType
The content type of the file to upload -
getContentType
-
setContentType
-
contentLength
The length of the file to upload in bytes -
getContentLength
-
setContentLength
-
metadata
The metadata of the file to upload -
getMetadata
-
setMetadata
-
equals
-
hashCode
public int hashCode() -
toString
-