Package com.mypurecloud.sdk.v2.model
Class V3SynchronizationUploadUrlResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.V3SynchronizationUploadUrlResponse
- All Implemented Interfaces:
Serializable
V3SynchronizationUploadUrlResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe unique identifier for the upload object.Name of the uploaded file.getUrl()inthashCode()Required headers when uploading a file through PUT request to the URL.metadata(V3SynchronizationUploadMetadata metadata) The metadata of the uploaded filevoidvoidsetFileName(String fileName) voidsetHeaders(Map<String, String> headers) voidsetMetadata(V3SynchronizationUploadMetadata metadata) voidsetSynchronization(V3SynchronizationRef synchronization) voidsynchronization(V3SynchronizationRef synchronization) The synchronization of the file upload.toString()Pre-signed URL to PUT the file to.
-
Constructor Details
-
V3SynchronizationUploadUrlResponse
public V3SynchronizationUploadUrlResponse() -
V3SynchronizationUploadUrlResponse
-
-
Method Details
-
fileId
The unique identifier for the upload object. -
getFileId
-
setFileId
-
fileName
Name of the uploaded file. -
getFileName
-
setFileName
-
metadata
The metadata of the uploaded file -
getMetadata
-
setMetadata
-
synchronization
The synchronization of the file upload. -
getSynchronization
-
setSynchronization
-
url
Pre-signed URL to PUT the file to. -
getUrl
-
setUrl
-
headers
Required headers when uploading a file through PUT request to the URL. -
getHeaders
-
setHeaders
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-