Uses of Class
com.mypurecloud.sdk.v2.model.SearchUnmatchedShiftTradeListJobRequest
Packages that use SearchUnmatchedShiftTradeListJobRequest
Package
Description
-
Uses of SearchUnmatchedShiftTradeListJobRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type SearchUnmatchedShiftTradeListJobRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobs(String businessUnitId, SearchUnmatchedShiftTradeListJobRequest body, Boolean forceAsync, Boolean forceDownloadService) Start an async job to find potential shift trade matches for the current receiving userWorkforceManagementApi.postWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobsWithHttpInfo(String businessUnitId, SearchUnmatchedShiftTradeListJobRequest body, Boolean forceAsync, Boolean forceDownloadService) Start an async job to find potential shift trade matches for the current receiving userMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type SearchUnmatchedShiftTradeListJobRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobs(ApiRequest<SearchUnmatchedShiftTradeListJobRequest> request) Start an async job to find potential shift trade matches for the current receiving userWorkforceManagementApiAsync.postWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobsAsync(ApiRequest<SearchUnmatchedShiftTradeListJobRequest> request, AsyncApiCallback<ApiResponse<ShiftTradeSearchUnmatchedTradesBuJobResponse>> callback) Start an async job to find potential shift trade matches for the current receiving user -
Uses of SearchUnmatchedShiftTradeListJobRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return SearchUnmatchedShiftTradeListJobRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobsRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type SearchUnmatchedShiftTradeListJobRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type SearchUnmatchedShiftTradeListJobRequestModifier and TypeMethodDescriptionPostWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobsRequest.builder(String businessUnitId, SearchUnmatchedShiftTradeListJobRequest body) voidPostWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobsRequest.setBody(SearchUnmatchedShiftTradeListJobRequest body) PostWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobsRequest.Builder.withBody(SearchUnmatchedShiftTradeListJobRequest body) PostWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobsRequest.withBody(SearchUnmatchedShiftTradeListJobRequest body) PostWorkforcemanagementBusinessunitShifttradingUnmatchedSearchJobsRequest.Builder.withRequiredParams(String businessUnitId, SearchUnmatchedShiftTradeListJobRequest body) -
Uses of SearchUnmatchedShiftTradeListJobRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return SearchUnmatchedShiftTradeListJobRequestModifier and TypeMethodDescriptionSearchUnmatchedShiftTradeListJobRequest.managementUnitIds(List<String> managementUnitIds) The IDs of management units from which to query shift tradesSearchUnmatchedShiftTradeListJobRequest.receivingSchedule(ReceivingScheduleLookup receivingSchedule) Associated schedule information for the receiving userSearchUnmatchedShiftTradeListJobRequest.receivingShiftIds(List<String> receivingShiftIds) The IDs of shifts that the receiving user would potentially be willing to trade.The start week dates in which to query shift trades in the business unit time zone (yyyy-MM-dd format)