Package com.mypurecloud.sdk.v2.model
Class LearningModulePreviewUpdateStep
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningModulePreviewUpdateStep
- All Implemented Interfaces:
Serializable
Learning module preview update assignment step
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe completion status of the stepstatic enumThe success status of the step -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompletionPercentage(Float completionPercentage) The completion percentage of the stepcompletionStatus(LearningModulePreviewUpdateStep.CompletionStatusEnum completionStatus) The completion status of the stepbooleangetId()inthashCode()The id of the steppercentageScore(Float percentageScore) Percentage ScorevoidsetCompletionPercentage(Float completionPercentage) voidsetCompletionStatus(LearningModulePreviewUpdateStep.CompletionStatusEnum completionStatus) voidvoidsetPercentageScore(Float percentageScore) voidsetStructure(List<LearningModulePreviewUpdateScoStructure> structure) voidstructure(List<LearningModulePreviewUpdateScoStructure> structure) The structure for any SCO associated with this stepsuccessStatus(LearningModulePreviewUpdateStep.SuccessStatusEnum successStatus) The success status of the steptoString()
-
Constructor Details
-
LearningModulePreviewUpdateStep
public LearningModulePreviewUpdateStep() -
LearningModulePreviewUpdateStep
-
-
Method Details
-
id
The id of the step -
getId
-
setId
-
successStatus
public LearningModulePreviewUpdateStep successStatus(LearningModulePreviewUpdateStep.SuccessStatusEnum successStatus) The success status of the step -
getSuccessStatus
-
setSuccessStatus
-
completionStatus
public LearningModulePreviewUpdateStep completionStatus(LearningModulePreviewUpdateStep.CompletionStatusEnum completionStatus) The completion status of the step -
getCompletionStatus
-
setCompletionStatus
public void setCompletionStatus(LearningModulePreviewUpdateStep.CompletionStatusEnum completionStatus) -
completionPercentage
The completion percentage of the step -
getCompletionPercentage
-
setCompletionPercentage
-
percentageScore
Percentage Score -
getPercentageScore
-
setPercentageScore
-
structure
public LearningModulePreviewUpdateStep structure(List<LearningModulePreviewUpdateScoStructure> structure) The structure for any SCO associated with this step -
getStructure
-
setStructure
-
equals
-
hashCode
public int hashCode() -
toString
-