Package com.mypurecloud.sdk.v2.model
Class LearningSlot
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningSlot
- All Implemented Interfaces:
Serializable
LearningSlot
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumRating based on the staffing difference for scheduled slot -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStart date and time of scheduled Learning activity slot.differenceRating(LearningSlot.DifferenceRatingEnum differenceRating) Rating based on the staffing difference for scheduled slotbooleaninthashCode()lengthInMinutes(Integer lengthInMinutes) Length of Learning activity slot in minutesvoidsetDateStart(Date dateStart) voidsetDifferenceRating(LearningSlot.DifferenceRatingEnum differenceRating) voidsetLengthInMinutes(Integer lengthInMinutes) voidsetStaffingDifference(Double staffingDifference) staffingDifference(Double staffingDifference) Difference between scheduled and forecast headcount for this slot after scheduling the Learning activitytoString()
-
Constructor Details
-
LearningSlot
public LearningSlot() -
LearningSlot
-
-
Method Details
-
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
-
setDateStart
-
lengthInMinutes
Length of Learning activity slot in minutes -
getLengthInMinutes
-
setLengthInMinutes
-
staffingDifference
Difference between scheduled and forecast headcount for this slot after scheduling the Learning activity -
getStaffingDifference
-
setStaffingDifference
-
differenceRating
Rating based on the staffing difference for scheduled slot -
getDifferenceRating
-
setDifferenceRating
-
equals
-
hashCode
public int hashCode() -
toString
-