Uses of Class
com.mypurecloud.sdk.v2.model.PatchShiftTradeRequest
Packages that use PatchShiftTradeRequest
Package
Description
-
Uses of PatchShiftTradeRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PatchShiftTradeRequestModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementManagementunitWeekShifttrade(String managementUnitId, LocalDate weekDateId, String tradeId, PatchShiftTradeRequest body) Deprecated.WorkforceManagementApi.patchWorkforcemanagementManagementunitWeekShifttradeWithHttpInfo(String managementUnitId, LocalDate weekDateId, String tradeId, PatchShiftTradeRequest body) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type PatchShiftTradeRequestModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementManagementunitWeekShifttrade(ApiRequest<PatchShiftTradeRequest> request) Deprecated.WorkforceManagementApiAsync.patchWorkforcemanagementManagementunitWeekShifttradeAsync(ApiRequest<PatchShiftTradeRequest> request, AsyncApiCallback<ApiResponse<ShiftTradeResponse>> callback) Deprecated. -
Uses of PatchShiftTradeRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PatchShiftTradeRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementManagementunitWeekShifttradeRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type PatchShiftTradeRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementManagementunitWeekShifttradeRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type PatchShiftTradeRequestModifier and TypeMethodDescriptionPatchWorkforcemanagementManagementunitWeekShifttradeRequest.builder(String managementUnitId, LocalDate weekDateId, String tradeId, PatchShiftTradeRequest body) voidPatchWorkforcemanagementManagementunitWeekShifttradeRequest.setBody(PatchShiftTradeRequest body) PatchWorkforcemanagementManagementunitWeekShifttradeRequest.Builder.withBody(PatchShiftTradeRequest body) PatchWorkforcemanagementManagementunitWeekShifttradeRequest.withBody(PatchShiftTradeRequest body) PatchWorkforcemanagementManagementunitWeekShifttradeRequest.Builder.withRequiredParams(String managementUnitId, LocalDate weekDateId, String tradeId, PatchShiftTradeRequest body) -
Uses of PatchShiftTradeRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return PatchShiftTradeRequestModifier and TypeMethodDescriptionPatchShiftTradeRequest.acceptableIntervals(ListWrapperInterval acceptableIntervals) Update the acceptable intervals the initiating user is willing to accept in trade.PatchShiftTradeRequest.expiration(ValueWrapperDate expiration) Update the expiration time for this shift trade.PatchShiftTradeRequest.metadata(WfmVersionedEntityMetadata metadata) Version metadataPatchShiftTradeRequest.receivingUserId(ValueWrapperString receivingUserId) Update the ID of the receiving user to direct the request at a specific user, or set the wrapped id to null to open up a trade to be matched by any user.