Package com.mypurecloud.sdk.v2.model
Class LearningScormResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningScormResponse
- All Implemented Interfaces:
Serializable
Learning SCORM package
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the SCORM package -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe error code of the SCORM package (on failure)errorMessage(String errorMessage) The error message associated with the error codegetId()inthashCode()percentageUnpacked(Float percentageUnpacked) The percentage of the SCORM package that has been unpackedvoidsetErrorCode(String errorCode) voidsetErrorMessage(String errorMessage) voidsetPercentageUnpacked(Float percentageUnpacked) voidThe status of the SCORM packagetoString()
-
Constructor Details
-
LearningScormResponse
public LearningScormResponse() -
LearningScormResponse
-
-
Method Details
-
getId
-
status
The status of the SCORM package -
getStatus
-
setStatus
-
errorCode
The error code of the SCORM package (on failure) -
getErrorCode
-
setErrorCode
-
errorMessage
The error message associated with the error code -
getErrorMessage
-
setErrorMessage
-
percentageUnpacked
The percentage of the SCORM package that has been unpacked -
getPercentageUnpacked
-
setPercentageUnpacked
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-