Uses of Class
com.mypurecloud.sdk.v2.model.SearchShiftTradesRequest
Packages that use SearchShiftTradesRequest
Package
Description
-
Uses of SearchShiftTradesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type SearchShiftTradesRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunitWeekShifttradesSearch(String managementUnitId, LocalDate weekDateId, SearchShiftTradesRequest body, Boolean forceDownloadService) Deprecated.WorkforceManagementApi.postWorkforcemanagementManagementunitWeekShifttradesSearchWithHttpInfo(String managementUnitId, LocalDate weekDateId, SearchShiftTradesRequest body, Boolean forceDownloadService) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type SearchShiftTradesRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunitWeekShifttradesSearch(ApiRequest<SearchShiftTradesRequest> request) Deprecated.WorkforceManagementApiAsync.postWorkforcemanagementManagementunitWeekShifttradesSearchAsync(ApiRequest<SearchShiftTradesRequest> request, AsyncApiCallback<ApiResponse<SearchShiftTradesResponse>> callback) Deprecated. -
Uses of SearchShiftTradesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return SearchShiftTradesRequestModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitWeekShifttradesSearchRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type SearchShiftTradesRequestModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitWeekShifttradesSearchRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type SearchShiftTradesRequestModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitWeekShifttradesSearchRequest.builder(String managementUnitId, LocalDate weekDateId, SearchShiftTradesRequest body) voidPostWorkforcemanagementManagementunitWeekShifttradesSearchRequest.setBody(SearchShiftTradesRequest body) PostWorkforcemanagementManagementunitWeekShifttradesSearchRequest.Builder.withBody(SearchShiftTradesRequest body) PostWorkforcemanagementManagementunitWeekShifttradesSearchRequest.withBody(SearchShiftTradesRequest body) PostWorkforcemanagementManagementunitWeekShifttradesSearchRequest.Builder.withRequiredParams(String managementUnitId, LocalDate weekDateId, SearchShiftTradesRequest body) -
Uses of SearchShiftTradesRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SearchShiftTradesRequestModifier and TypeMethodDescriptionSearchShiftTradesRequest.receivingScheduleId(String receivingScheduleId) The ID of the schedule for which to search for available shift tradesSearchShiftTradesRequest.receivingShiftIds(List<String> receivingShiftIds) The IDs of shifts that the receiving user would potentially be willing to trade.