Package com.mypurecloud.sdk.v2.model
Class LearningAssignmentCreate
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningAssignmentCreate
- All Implemented Interfaces:
Serializable
LearningAssignmentCreate
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddToSchedule(Boolean addToSchedule) If True, adds the assignment to their schedulebooleaninthashCode()lengthInMinutes(Integer lengthInMinutes) The length in minutes of assignmentThe Learning module Id associated with this assignmentrecommendedCompletionDate(Date recommendedCompletionDate) The recommended completion date of assignment.voidsetAddToSchedule(Boolean addToSchedule) voidsetLengthInMinutes(Integer lengthInMinutes) voidsetModuleId(String moduleId) voidsetRecommendedCompletionDate(Date recommendedCompletionDate) voidtoString()The User for whom the assignment is assigned
-
Constructor Details
-
LearningAssignmentCreate
public LearningAssignmentCreate() -
LearningAssignmentCreate
-
-
Method Details
-
addToSchedule
If True, adds the assignment to their schedule -
getAddToSchedule
-
setAddToSchedule
-
moduleId
The Learning module Id associated with this assignment -
getModuleId
-
setModuleId
-
userId
The User for whom the assignment is assigned -
getUserId
-
setUserId
-
recommendedCompletionDate
The recommended completion date of assignment. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getRecommendedCompletionDate
-
setRecommendedCompletionDate
-
lengthInMinutes
The length in minutes of assignment -
getLengthInMinutes
-
setLengthInMinutes
-
equals
-
hashCode
public int hashCode() -
toString
-