Uses of Class
com.mypurecloud.sdk.v2.model.AgentTimeOffRequestPatch
Packages that use AgentTimeOffRequestPatch
Package
Description
-
Uses of AgentTimeOffRequestPatch in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type AgentTimeOffRequestPatchModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementTimeoffrequest(String timeOffRequestId, AgentTimeOffRequestPatch body) Update a time off request for the current userWorkforceManagementApi.patchWorkforcemanagementTimeoffrequestWithHttpInfo(String timeOffRequestId, AgentTimeOffRequestPatch body) Update a time off request for the current userMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type AgentTimeOffRequestPatchModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementTimeoffrequest(ApiRequest<AgentTimeOffRequestPatch> request) Update a time off request for the current userWorkforceManagementApiAsync.patchWorkforcemanagementTimeoffrequestAsync(ApiRequest<AgentTimeOffRequestPatch> request, AsyncApiCallback<ApiResponse<TimeOffRequestResponse>> callback) Update a time off request for the current user -
Uses of AgentTimeOffRequestPatch in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return AgentTimeOffRequestPatchMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type AgentTimeOffRequestPatchMethods in com.mypurecloud.sdk.v2.api.request with parameters of type AgentTimeOffRequestPatchModifier and TypeMethodDescriptionPatchWorkforcemanagementTimeoffrequestRequest.builder(String timeOffRequestId, AgentTimeOffRequestPatch body) voidPatchWorkforcemanagementTimeoffrequestRequest.setBody(AgentTimeOffRequestPatch body) PatchWorkforcemanagementTimeoffrequestRequest.Builder.withBody(AgentTimeOffRequestPatch body) PatchWorkforcemanagementTimeoffrequestRequest.withBody(AgentTimeOffRequestPatch body) PatchWorkforcemanagementTimeoffrequestRequest.Builder.withRequiredParams(String timeOffRequestId, AgentTimeOffRequestPatch body) -
Uses of AgentTimeOffRequestPatch in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AgentTimeOffRequestPatchModifier and TypeMethodDescriptionAgentTimeOffRequestPatch.markedAsRead(Boolean markedAsRead) Whether this request has been read by the agentNotes about the time off request.AgentTimeOffRequestPatch.status(AgentTimeOffRequestPatch.StatusEnum status) The status of this time off request.