Package com.mypurecloud.sdk.v2.model
Class CoachingScheduleSlotsJobResult
java.lang.Object
com.mypurecloud.sdk.v2.model.CoachingScheduleSlotsJobResult
- All Implemented Interfaces:
Serializable
CoachingScheduleSlotsJobResult
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the job -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetSlot()hasConflict(Boolean hasConflict) True if the slot conflicts with a Coaching AppointmentinthashCode()The interval of the job.voidsetHasConflict(Boolean hasConflict) voidsetInterval(String interval) voidvoidThe slot found from the jobThe status of the jobtoString()
-
Constructor Details
-
CoachingScheduleSlotsJobResult
public CoachingScheduleSlotsJobResult() -
CoachingScheduleSlotsJobResult
-
-
Method Details
-
interval
The interval of the job. Intervals are represented as an ISO-8601 string. For example: YYYY-MM-DDThh:mm:ss/YYYY-MM-DDThh:mm:ss -
getInterval
-
setInterval
-
status
The status of the job -
getStatus
-
setStatus
-
slot
The slot found from the job -
getSlot
-
setSlot
-
hasConflict
True if the slot conflicts with a Coaching Appointment -
getHasConflict
-
setHasConflict
-
equals
-
hashCode
public int hashCode() -
toString
-