Package com.mypurecloud.sdk.v2.model
Class LearningModulePreviewUpdateRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningModulePreviewUpdateRequest
- All Implemented Interfaces:
Serializable
Learning module preview update request
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe assignment State -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassessment(LearningAssessment assessment) The assessment for learning moduleassessmentForm(AssessmentForm assessmentForm) The assessment form for learning modulecurrentStep(LearningModulePreviewUpdateRequestCurrentStep currentStep) The assignment current stepbooleangetState()getSteps()inthashCode()voidsetAssessment(LearningAssessment assessment) voidsetAssessmentForm(AssessmentForm assessmentForm) voidvoidvoidThe assignment Statesteps(List<LearningModulePreviewUpdateStep> steps) The assignment StepstoString()
-
Constructor Details
-
LearningModulePreviewUpdateRequest
public LearningModulePreviewUpdateRequest() -
LearningModulePreviewUpdateRequest
-
-
Method Details
-
state
The assignment State -
getState
-
setState
-
currentStep
public LearningModulePreviewUpdateRequest currentStep(LearningModulePreviewUpdateRequestCurrentStep currentStep) The assignment current step -
getCurrentStep
-
setCurrentStep
-
steps
The assignment Steps -
getSteps
-
setSteps
-
assessment
The assessment for learning module -
getAssessment
-
setAssessment
-
assessmentForm
The assessment form for learning module -
getAssessmentForm
-
setAssessmentForm
-
equals
-
hashCode
public int hashCode() -
toString
-