Uses of Enum Class
com.mypurecloud.sdk.v2.model.AgentTimeOffRequestPatch.StatusEnum
Packages that use AgentTimeOffRequestPatch.StatusEnum
-
Uses of AgentTimeOffRequestPatch.StatusEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AgentTimeOffRequestPatch.StatusEnumModifier and TypeMethodDescriptionAgentTimeOffRequestPatch.StatusEnum.fromString(String key) AgentTimeOffRequestPatch.getStatus()Returns the enum constant of this class with the specified name.static AgentTimeOffRequestPatch.StatusEnum[]AgentTimeOffRequestPatch.StatusEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type AgentTimeOffRequestPatch.StatusEnumModifier and TypeMethodDescriptionvoidAgentTimeOffRequestPatch.setStatus(AgentTimeOffRequestPatch.StatusEnum status) AgentTimeOffRequestPatch.status(AgentTimeOffRequestPatch.StatusEnum status) The status of this time off request.