Package com.mypurecloud.sdk.v2.model
Class AgentTimeOffRequestPatch
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentTimeOffRequestPatch
- All Implemented Interfaces:
Serializable
AgentTimeOffRequestPatch
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe status of this time off request. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetNotes()inthashCode()markedAsRead(Boolean markedAsRead) Whether this request has been read by the agentNotes about the time off request.voidsetMarkedAsRead(Boolean markedAsRead) voidvoidThe status of this time off request.toString()
-
Constructor Details
-
AgentTimeOffRequestPatch
public AgentTimeOffRequestPatch() -
AgentTimeOffRequestPatch
-
-
Method Details
-
markedAsRead
Whether this request has been read by the agent -
getMarkedAsRead
-
setMarkedAsRead
-
status
The status of this time off request. Can only be canceled if the requested date has not already passed -
getStatus
-
setStatus
-
notes
Notes about the time off request. Can only be edited while the request is still pending -
getNotes
-
setNotes
-
equals
-
hashCode
public int hashCode() -
toString
-