Package com.mypurecloud.sdk.v2.model
Class CoachingScheduleSlotsJobRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CoachingScheduleSlotsJobRequest
- All Implemented Interfaces:
Serializable
CoachingScheduleSlotsJobRequest
- 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.attendeeIds(List<String> attendeeIds) The attendee IDs to fetch the slots for.booleanfacilitatorIds(List<String> facilitatorIds) The facilitator IDs to fetch the slots for.inthashCode()The intervals to fetch the slots for.lengthInMinutes(Integer lengthInMinutes) The length in minutes of the slots, in 15 minutes granularity.voidsetActivityCodeId(String activityCodeId) voidsetAttendeeIds(List<String> attendeeIds) voidsetFacilitatorIds(List<String> facilitatorIds) voidsetIntervals(List<String> intervals) voidsetLengthInMinutes(Integer lengthInMinutes) voidThe type of slots to fetch in the job.toString()
-
Constructor Details
-
CoachingScheduleSlotsJobRequest
public CoachingScheduleSlotsJobRequest() -
CoachingScheduleSlotsJobRequest
-
-
Method Details
-
attendeeIds
The attendee IDs to fetch the slots for. -
getAttendeeIds
-
setAttendeeIds
-
facilitatorIds
The facilitator IDs to fetch the slots for. -
getFacilitatorIds
-
setFacilitatorIds
-
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 CoachingScheduleSlotsJobRequest slotsType(CoachingScheduleSlotsJobRequest.SlotsTypeEnum slotsType) The type of slots to fetch in the job. -
getSlotsType
-
setSlotsType
-
equals
-
hashCode
public int hashCode() -
toString
-