Package com.mypurecloud.sdk.v2.model
Class GetUploadSourceUrlJobStatusResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.GetUploadSourceUrlJobStatusResponse
- All Implemented Interfaces:
Serializable
GetUploadSourceUrlJobStatusResponse
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumStatus of the upload job -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorInformation(ErrorBody errorInformation) Any error information, or null of the processing is not in failed state.getId()inthashCode()Id of the upload from URL job.voidsetErrorInformation(ErrorBody errorInformation) voidvoidvoidsetUploadKey(String uploadKey) Status of the upload jobtoString()Key that identifies the file in the storage including the file name
-
Constructor Details
-
GetUploadSourceUrlJobStatusResponse
public GetUploadSourceUrlJobStatusResponse() -
GetUploadSourceUrlJobStatusResponse
-
-
Method Details
-
id
Id of the upload from URL job. -
getId
-
setId
-
status
public GetUploadSourceUrlJobStatusResponse status(GetUploadSourceUrlJobStatusResponse.StatusEnum status) Status of the upload job -
getStatus
-
setStatus
-
uploadKey
Key that identifies the file in the storage including the file name -
getUploadKey
-
setUploadKey
-
errorInformation
Any error information, or null of the processing is not in failed state. -
getErrorInformation
-
setErrorInformation
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-