Package com.mypurecloud.sdk.v2.model
Class LearningModulePreviewUpdateScoStructure
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningModulePreviewUpdateScoStructure
- All Implemented Interfaces:
Serializable
Learning module preview update SCO structure
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe completion status of this SCOstatic enumThe success status of this SCO -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionchildren(List<LearningModulePreviewUpdateScoStructure> children) Child items belonging to this SCO in the course manifestcompletionStatus(LearningModulePreviewUpdateScoStructure.CompletionStatusEnum completionStatus) The completion status of this SCObooleangetId()getName()inthashCode()The id of this SCO in the course manifestThe name of this SCO in the course manifestpercentageScore(Float percentageScore) Percentage ScorevoidvoidvoidvoidvoidsetPercentageScore(Float percentageScore) voidThe success status of this SCOtoString()
-
Constructor Details
-
LearningModulePreviewUpdateScoStructure
public LearningModulePreviewUpdateScoStructure() -
LearningModulePreviewUpdateScoStructure
-
-
Method Details
-
id
The id of this SCO in the course manifest -
getId
-
setId
-
name
The name of this SCO in the course manifest -
getName
-
setName
-
successStatus
public LearningModulePreviewUpdateScoStructure successStatus(LearningModulePreviewUpdateScoStructure.SuccessStatusEnum successStatus) The success status of this SCO -
getSuccessStatus
-
setSuccessStatus
public void setSuccessStatus(LearningModulePreviewUpdateScoStructure.SuccessStatusEnum successStatus) -
completionStatus
public LearningModulePreviewUpdateScoStructure completionStatus(LearningModulePreviewUpdateScoStructure.CompletionStatusEnum completionStatus) The completion status of this SCO -
getCompletionStatus
-
setCompletionStatus
public void setCompletionStatus(LearningModulePreviewUpdateScoStructure.CompletionStatusEnum completionStatus) -
percentageScore
Percentage Score -
getPercentageScore
-
setPercentageScore
-
children
public LearningModulePreviewUpdateScoStructure children(List<LearningModulePreviewUpdateScoStructure> children) Child items belonging to this SCO in the course manifest -
getChildren
-
setChildren
-
equals
-
hashCode
public int hashCode() -
toString
-