Uses of Class
com.mypurecloud.sdk.v2.model.UserTimeOffIntegrationStatusResponse
Packages that use UserTimeOffIntegrationStatusResponse
-
Uses of UserTimeOffIntegrationStatusResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return UserTimeOffIntegrationStatusResponseModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus(PatchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatusRequest request) Set integration status for a time off request.WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus(String managementUnitId, String timeOffRequestId, String userId, SetTimeOffIntegrationStatusRequest body) Set integration status for a time off request.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type UserTimeOffIntegrationStatusResponseModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatus(ApiRequest<SetTimeOffIntegrationStatusRequest> request) Set integration status for a time off request.WorkforceManagementApiAsync.patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatusAsync(PatchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatusRequest request, AsyncApiCallback<UserTimeOffIntegrationStatusResponse> callback) Set integration status for a time off request.WorkforceManagementApiAsync.patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatusAsync(ApiRequest<SetTimeOffIntegrationStatusRequest> request, AsyncApiCallback<ApiResponse<UserTimeOffIntegrationStatusResponse>> callback) Set integration status for a time off request.WorkforceManagementApi.patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatusWithHttpInfo(String managementUnitId, String timeOffRequestId, String userId, SetTimeOffIntegrationStatusRequest body) Set integration status for a time off request.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type UserTimeOffIntegrationStatusResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatusAsync(PatchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatusRequest request, AsyncApiCallback<UserTimeOffIntegrationStatusResponse> callback) Set integration status for a time off request.WorkforceManagementApiAsync.patchWorkforcemanagementManagementunitTimeoffrequestUserIntegrationstatusAsync(ApiRequest<SetTimeOffIntegrationStatusRequest> request, AsyncApiCallback<ApiResponse<UserTimeOffIntegrationStatusResponse>> callback) Set integration status for a time off request. -
Uses of UserTimeOffIntegrationStatusResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UserTimeOffIntegrationStatusResponseModifier and TypeMethodDescriptionUserTimeOffIntegrationStatusResponse.integrationStatus(UserTimeOffIntegrationStatusResponse.IntegrationStatusEnum integrationStatus) The value of integration status for the time off requestUserTimeOffIntegrationStatusResponse.timeOffRequest(TimeOffRequestReference timeOffRequest) The time off request associated with this integration statusUserTimeOffIntegrationStatusResponse.user(UserReference user) The user to whom the time off request belongsMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type UserTimeOffIntegrationStatusResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type UserTimeOffIntegrationStatusResponseModifier and TypeMethodDescriptionUserTimeOffIntegrationStatusResponseListing.entities(List<UserTimeOffIntegrationStatusResponse> entities) voidUserTimeOffIntegrationStatusResponseListing.setEntities(List<UserTimeOffIntegrationStatusResponse> entities)