Package com.mypurecloud.sdk.v2.model
Class LearningScormUploadResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningScormUploadResponse
- All Implemented Interfaces:
Serializable
Learning SCORM upload response
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the SCORM package -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()inthashCode()The additional headers that need to be included in the upload requestvoidsetHeaders(Map<String, String> headers) voidvoidsetUploadUrl(String uploadUrl) The status of the SCORM packagetoString()The pre-signed URL.
-
Constructor Details
-
LearningScormUploadResponse
public LearningScormUploadResponse() -
LearningScormUploadResponse
-
-
Method Details
-
getId
-
status
The status of the SCORM package -
getStatus
-
setStatus
-
uploadUrl
The pre-signed URL. Use it with headers below to upload file to S3 -
getUploadUrl
-
setUploadUrl
-
headers
The additional headers that need to be included in the upload request -
getHeaders
-
setHeaders
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-