Uses of Class
com.mypurecloud.sdk.v2.model.AddShiftTradeRequest
Packages that use AddShiftTradeRequest
Package
Description
-
Uses of AddShiftTradeRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type AddShiftTradeRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunitWeekShifttrades(String managementUnitId, LocalDate weekDateId, AddShiftTradeRequest body) Deprecated.WorkforceManagementApi.postWorkforcemanagementManagementunitWeekShifttradesWithHttpInfo(String managementUnitId, LocalDate weekDateId, AddShiftTradeRequest body) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type AddShiftTradeRequestModifier and TypeMethodDescriptionWorkforceManagementApi.postWorkforcemanagementManagementunitWeekShifttrades(ApiRequest<AddShiftTradeRequest> request) Deprecated.WorkforceManagementApiAsync.postWorkforcemanagementManagementunitWeekShifttradesAsync(ApiRequest<AddShiftTradeRequest> request, AsyncApiCallback<ApiResponse<ShiftTradeResponse>> callback) Deprecated. -
Uses of AddShiftTradeRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return AddShiftTradeRequestModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitWeekShifttradesRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type AddShiftTradeRequestModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitWeekShifttradesRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type AddShiftTradeRequestModifier and TypeMethodDescriptionPostWorkforcemanagementManagementunitWeekShifttradesRequest.builder(String managementUnitId, LocalDate weekDateId, AddShiftTradeRequest body) voidPostWorkforcemanagementManagementunitWeekShifttradesRequest.setBody(AddShiftTradeRequest body) PostWorkforcemanagementManagementunitWeekShifttradesRequest.Builder.withBody(AddShiftTradeRequest body) PostWorkforcemanagementManagementunitWeekShifttradesRequest.withBody(AddShiftTradeRequest body) PostWorkforcemanagementManagementunitWeekShifttradesRequest.Builder.withRequiredParams(String managementUnitId, LocalDate weekDateId, AddShiftTradeRequest body) -
Uses of AddShiftTradeRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AddShiftTradeRequestModifier and TypeMethodDescriptionAddShiftTradeRequest.acceptableIntervals(List<String> acceptableIntervals) The acceptable intervals the initiating user is willing to accept in trade.AddShiftTradeRequest.expiration(Date expiration) When this shift trade request should expire.AddShiftTradeRequest.initiatingShiftId(String initiatingShiftId) The ID of the shift that the initiating user wants to give upAddShiftTradeRequest.receivingUserId(String receivingUserId) The ID of the user to whom to send the request (for use in direct trade requests)AddShiftTradeRequest.scheduleId(String scheduleId) The ID of the schedule to which the initiating and receiving shifts belong