Package com.mypurecloud.sdk.v2.model
Class UpdateUnavailableTime
java.lang.Object
com.mypurecloud.sdk.v2.model.UpdateUnavailableTime
- All Implemented Interfaces:
Serializable
UpdateUnavailableTime
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhether the unavailable time should be deletedbooleangetId()getNotes()inthashCode()The ID of the unavailable time span.Comments explaining the unavailability time spanvoidvoidvoidvoidsetTimeSpan(WfmTimeSpan timeSpan) timeSpan(WfmTimeSpan timeSpan) Exact date, time and length of the unavailability time in granularity of minutes.toString()
-
Constructor Details
-
UpdateUnavailableTime
public UpdateUnavailableTime() -
UpdateUnavailableTime
-
-
Method Details
-
id
The ID of the unavailable time span. Should be specified to update or delete an existing unavailable time span or set to null when creating a new one -
getId
-
setId
-
timeSpan
Exact date, time and length of the unavailability time in granularity of minutes. Must be specified when creating a new unavailable time span -
getTimeSpan
-
setTimeSpan
-
notes
Comments explaining the unavailability time span -
getNotes
-
setNotes
-
delete
Whether the unavailable time should be deleted -
getDelete
-
setDelete
-
equals
-
hashCode
public int hashCode() -
toString
-