Package com.mypurecloud.sdk.v2.model
Class CoachingSlotsRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.CoachingSlotsRequest
- All Implemented Interfaces:
Serializable
CoachingSlotsRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattendeeIds(List<String> attendeeIds) List of attendees to determine coaching appointment slotsbooleanfacilitatorIds(List<String> facilitatorIds) List of facilitators to determine coaching appointment slotsinthashCode()interruptibleAppointmentIds(List<String> interruptibleAppointmentIds) List of appointment ids to exclude from consideration when determining blocked slotsRange of time to get slots for scheduling coaching appointments.lengthInMinutes(Integer lengthInMinutes) The duration of coaching appointment to schedule in 15 minutes granularity up to maximum of 60 minutesvoidsetAttendeeIds(List<String> attendeeIds) voidsetFacilitatorIds(List<String> facilitatorIds) voidsetInterruptibleAppointmentIds(List<String> interruptibleAppointmentIds) voidsetInterval(String interval) voidsetLengthInMinutes(Integer lengthInMinutes) toString()
-
Constructor Details
-
CoachingSlotsRequest
public CoachingSlotsRequest() -
CoachingSlotsRequest
-
-
Method Details
-
interval
Range of time to get slots for scheduling coaching appointments. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss -
getInterval
-
setInterval
-
lengthInMinutes
The duration of coaching appointment to schedule in 15 minutes granularity up to maximum of 60 minutes -
getLengthInMinutes
-
setLengthInMinutes
-
attendeeIds
List of attendees to determine coaching appointment slots -
getAttendeeIds
-
setAttendeeIds
-
facilitatorIds
List of facilitators to determine coaching appointment slots -
getFacilitatorIds
-
setFacilitatorIds
-
interruptibleAppointmentIds
List of appointment ids to exclude from consideration when determining blocked slots -
getInterruptibleAppointmentIds
-
setInterruptibleAppointmentIds
-
equals
-
hashCode
public int hashCode() -
toString
-