Class LearningAssignmentCreate

java.lang.Object
com.mypurecloud.sdk.v2.model.LearningAssignmentCreate
All Implemented Interfaces:
Serializable

public class LearningAssignmentCreate extends Object implements Serializable
LearningAssignmentCreate
See Also:
  • Constructor Details

    • LearningAssignmentCreate

      public LearningAssignmentCreate()
    • LearningAssignmentCreate

      public LearningAssignmentCreate(Boolean initWithEmptyList)
  • Method Details

    • addToSchedule

      public LearningAssignmentCreate addToSchedule(Boolean addToSchedule)
      If True, adds the assignment to their schedule
    • getAddToSchedule

      public Boolean getAddToSchedule()
    • setAddToSchedule

      public void setAddToSchedule(Boolean addToSchedule)
    • moduleId

      public LearningAssignmentCreate moduleId(String moduleId)
      The Learning module Id associated with this assignment
    • getModuleId

      public String getModuleId()
    • setModuleId

      public void setModuleId(String moduleId)
    • userId

      public LearningAssignmentCreate userId(String userId)
      The User for whom the assignment is assigned
    • getUserId

      public String getUserId()
    • setUserId

      public void setUserId(String userId)
    • recommendedCompletionDate

      public LearningAssignmentCreate recommendedCompletionDate(Date 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

      public Date getRecommendedCompletionDate()
    • setRecommendedCompletionDate

      public void setRecommendedCompletionDate(Date recommendedCompletionDate)
    • lengthInMinutes

      public LearningAssignmentCreate lengthInMinutes(Integer lengthInMinutes)
      The length in minutes of assignment
    • getLengthInMinutes

      public Integer getLengthInMinutes()
    • setLengthInMinutes

      public void setLengthInMinutes(Integer lengthInMinutes)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object