Package com.mypurecloud.sdk.v2.model
Class LearningScheduleSlotsJobRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningScheduleSlotsJobRequest
- All Implemented Interfaces:
Serializable
LearningScheduleSlotsJobRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of slots to fetch in the job. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivityCodeId(String activityCodeId) The Activity Code Id of the slots.booleaninthashCode()The intervals to fetch the slots for.lengthInMinutes(Integer lengthInMinutes) The length in minutes of the slots, in 15 minutes granularity.voidsetActivityCodeId(String activityCodeId) voidsetIntervals(List<String> intervals) voidsetLengthInMinutes(Integer lengthInMinutes) voidvoidsetUserIds(List<String> userIds) The type of slots to fetch in the job.toString()The user IDs to fetch the slots for.
-
Constructor Details
-
LearningScheduleSlotsJobRequest
public LearningScheduleSlotsJobRequest() -
LearningScheduleSlotsJobRequest
-
-
Method Details
-
userIds
The user IDs to fetch the slots for. -
getUserIds
-
setUserIds
-
lengthInMinutes
The length in minutes of the slots, in 15 minutes granularity. -
getLengthInMinutes
-
setLengthInMinutes
-
activityCodeId
The Activity Code Id of the slots. -
getActivityCodeId
-
setActivityCodeId
-
intervals
The intervals to fetch the slots for. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss -
getIntervals
-
setIntervals
-
slotsType
public LearningScheduleSlotsJobRequest slotsType(LearningScheduleSlotsJobRequest.SlotsTypeEnum slotsType) The type of slots to fetch in the job. -
getSlotsType
-
setSlotsType
-
equals
-
hashCode
public int hashCode() -
toString
-