Package com.mypurecloud.sdk.v2.model
Class CoachingScheduleSlotsJobSlot
java.lang.Object
com.mypurecloud.sdk.v2.model.CoachingScheduleSlotsJobSlot
- All Implemented Interfaces:
Serializable
CoachingScheduleSlotsJobSlot
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStart date and time of the slot.booleaninthashCode()schedule(CoachingScheduleSlotsJobSchedule schedule) The schedule information of the slotvoidsetDateStart(Date dateStart) voidsetSchedule(CoachingScheduleSlotsJobSchedule schedule) toString()
-
Constructor Details
-
CoachingScheduleSlotsJobSlot
public CoachingScheduleSlotsJobSlot() -
CoachingScheduleSlotsJobSlot
-
-
Method Details
-
dateStart
Start date and time of the slot. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateStart
-
setDateStart
-
schedule
The schedule information of the slot -
getSchedule
-
setSchedule
-
equals
-
hashCode
public int hashCode() -
toString
-