Class LearningSlot

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

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

    • LearningSlot

      public LearningSlot()
    • LearningSlot

      public LearningSlot(Boolean initWithEmptyList)
  • Method Details

    • dateStart

      public LearningSlot dateStart(Date dateStart)
      Start date and time of scheduled Learning activity slot. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getDateStart

      public Date getDateStart()
    • setDateStart

      public void setDateStart(Date dateStart)
    • lengthInMinutes

      public LearningSlot lengthInMinutes(Integer lengthInMinutes)
      Length of Learning activity slot in minutes
    • getLengthInMinutes

      public Integer getLengthInMinutes()
    • setLengthInMinutes

      public void setLengthInMinutes(Integer lengthInMinutes)
    • staffingDifference

      public LearningSlot staffingDifference(Double staffingDifference)
      Difference between scheduled and forecast headcount for this slot after scheduling the Learning activity
    • getStaffingDifference

      public Double getStaffingDifference()
    • setStaffingDifference

      public void setStaffingDifference(Double staffingDifference)
    • differenceRating

      public LearningSlot differenceRating(LearningSlot.DifferenceRatingEnum differenceRating)
      Rating based on the staffing difference for scheduled slot
    • getDifferenceRating

      public LearningSlot.DifferenceRatingEnum getDifferenceRating()
    • setDifferenceRating

      public void setDifferenceRating(LearningSlot.DifferenceRatingEnum differenceRating)
    • 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