Package com.mypurecloud.sdk.v2.model
Class LearningModulePreviewUpdateRequestCurrentStep
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningModulePreviewUpdateRequestCurrentStep
- All Implemented Interfaces:
Serializable
Learning module preview update request current step
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompletionPercentage(Float completionPercentage) The completion percentage for this stepbooleangetId()inthashCode()The id of this stepvoidsetCompletionPercentage(Float completionPercentage) voidvoidsetShareableContentObject(LearningShareableContentObject shareableContentObject) shareableContentObject(LearningShareableContentObject shareableContentObject) The SCO (Shareable Content Object) datatoString()
-
Constructor Details
-
LearningModulePreviewUpdateRequestCurrentStep
public LearningModulePreviewUpdateRequestCurrentStep() -
LearningModulePreviewUpdateRequestCurrentStep
-
-
Method Details
-
id
The id of this step -
getId
-
setId
-
completionPercentage
public LearningModulePreviewUpdateRequestCurrentStep completionPercentage(Float completionPercentage) The completion percentage for this step -
getCompletionPercentage
-
setCompletionPercentage
-
equals
-
hashCode
public int hashCode() -
toString
-