Package com.mypurecloud.sdk.v2.model
Class LearningAssignmentReassign
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningAssignmentReassign
- All Implemented Interfaces:
Serializable
LearningAssignmentReassign
- 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 assignmentrecommendedCompletionDate(Date recommendedCompletionDate) The recommended completion date of assignment.voidsetAddToSchedule(Boolean addToSchedule) voidsetLengthInMinutes(Integer lengthInMinutes) voidsetRecommendedCompletionDate(Date recommendedCompletionDate) toString()
-
Constructor Details
-
LearningAssignmentReassign
public LearningAssignmentReassign() -
LearningAssignmentReassign
-
-
Method Details
-
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
-
addToSchedule
If True, adds the assignment to their schedule -
getAddToSchedule
-
setAddToSchedule
-
equals
-
hashCode
public int hashCode() -
toString
-