Package com.mypurecloud.sdk.v2.model
Class LearningScheduleSlotsJobResult
java.lang.Object
com.mypurecloud.sdk.v2.model.LearningScheduleSlotsJobResult
- All Implemented Interfaces:
Serializable
LearningScheduleSlotsJobResult
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of the job -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetSlot()inthashCode()The interval of the job.voidsetInterval(String interval) voidvoidThe slot found from the jobThe status of the jobtoString()
-
Constructor Details
-
LearningScheduleSlotsJobResult
public LearningScheduleSlotsJobResult() -
LearningScheduleSlotsJobResult
-
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-