Uses of Class
com.mypurecloud.sdk.v2.model.ShiftTradeResponse
Packages that use ShiftTradeResponse
-
Uses of ShiftTradeResponse in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ShiftTradeResponseModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementManagementunitWeekShifttrade(PatchWorkforcemanagementManagementunitWeekShifttradeRequest request) Deprecated.WorkforceManagementApi.patchWorkforcemanagementManagementunitWeekShifttrade(String managementUnitId, LocalDate weekDateId, String tradeId, PatchShiftTradeRequest body) Deprecated.WorkforceManagementApi.postWorkforcemanagementManagementunitWeekShifttrades(PostWorkforcemanagementManagementunitWeekShifttradesRequest request) Deprecated.WorkforceManagementApi.postWorkforcemanagementManagementunitWeekShifttrades(String managementUnitId, LocalDate weekDateId, AddShiftTradeRequest body) Deprecated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ShiftTradeResponseModifier and TypeMethodDescriptionWorkforceManagementApi.patchWorkforcemanagementManagementunitWeekShifttrade(ApiRequest<PatchShiftTradeRequest> request) Deprecated.WorkforceManagementApiAsync.patchWorkforcemanagementManagementunitWeekShifttradeAsync(PatchWorkforcemanagementManagementunitWeekShifttradeRequest request, AsyncApiCallback<ShiftTradeResponse> callback) Deprecated.WorkforceManagementApiAsync.patchWorkforcemanagementManagementunitWeekShifttradeAsync(ApiRequest<PatchShiftTradeRequest> request, AsyncApiCallback<ApiResponse<ShiftTradeResponse>> callback) Deprecated.WorkforceManagementApi.patchWorkforcemanagementManagementunitWeekShifttradeWithHttpInfo(String managementUnitId, LocalDate weekDateId, String tradeId, PatchShiftTradeRequest body) Deprecated.WorkforceManagementApi.postWorkforcemanagementManagementunitWeekShifttrades(ApiRequest<AddShiftTradeRequest> request) Deprecated.WorkforceManagementApiAsync.postWorkforcemanagementManagementunitWeekShifttradesAsync(PostWorkforcemanagementManagementunitWeekShifttradesRequest request, AsyncApiCallback<ShiftTradeResponse> callback) Deprecated.WorkforceManagementApiAsync.postWorkforcemanagementManagementunitWeekShifttradesAsync(ApiRequest<AddShiftTradeRequest> request, AsyncApiCallback<ApiResponse<ShiftTradeResponse>> callback) Deprecated.WorkforceManagementApi.postWorkforcemanagementManagementunitWeekShifttradesWithHttpInfo(String managementUnitId, LocalDate weekDateId, AddShiftTradeRequest body) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ShiftTradeResponseModifier and TypeMethodDescriptionWorkforceManagementApiAsync.patchWorkforcemanagementManagementunitWeekShifttradeAsync(PatchWorkforcemanagementManagementunitWeekShifttradeRequest request, AsyncApiCallback<ShiftTradeResponse> callback) Deprecated.WorkforceManagementApiAsync.patchWorkforcemanagementManagementunitWeekShifttradeAsync(ApiRequest<PatchShiftTradeRequest> request, AsyncApiCallback<ApiResponse<ShiftTradeResponse>> callback) Deprecated.WorkforceManagementApiAsync.postWorkforcemanagementManagementunitWeekShifttradesAsync(PostWorkforcemanagementManagementunitWeekShifttradesRequest request, AsyncApiCallback<ShiftTradeResponse> callback) Deprecated.WorkforceManagementApiAsync.postWorkforcemanagementManagementunitWeekShifttradesAsync(ApiRequest<AddShiftTradeRequest> request, AsyncApiCallback<ApiResponse<ShiftTradeResponse>> callback) Deprecated. -
Uses of ShiftTradeResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ShiftTradeResponseModifier and TypeMethodDescriptionShiftTradeResponse.acceptableIntervals(List<String> acceptableIntervals) Time frames when the initiating user is willing to accept trades.ShiftTradeResponse.expiration(Date expiration) When this shift trade offer will expire if not matched or approved.MatchShiftTradeResponse.getTrade()SearchShiftTradeResponse.getTrade()WeekShiftTradeResponse.getTrade()The ID of this shift tradeShiftTradeResponse.initiatingShiftEnd(Date initiatingShiftEnd) The end date/time of the shift being offered for trade.ShiftTradeResponse.initiatingShiftId(String initiatingShiftId) The ID of the shift offered for trade by the initiating userShiftTradeResponse.initiatingShiftStart(Date initiatingShiftStart) The start date/time of the shift being offered for trade.ShiftTradeResponse.initiatingUser(UserReference initiatingUser) The user who initiated this tradeShiftTradeResponse.metadata(WfmVersionedEntityMetadata metadata) Version data for this tradeWhether this is a one-sided shift trade (e.g. the initiating user is not asking for a shift in return)ShiftTradeResponse.receivingShiftEnd(Date receivingShiftEnd) The end date/time of the receiving shift.ShiftTradeResponse.receivingShiftId(String receivingShiftId) The ID of the shift being exchanged for the initiating shift, null if the receiving user is picking up a shiftShiftTradeResponse.receivingShiftStart(Date receivingShiftStart) The start date/time of the receiving shift.ShiftTradeResponse.receivingUser(UserReference receivingUser) The user matching the trade, or if the state is not 'Matched', the user to whom the trade request was sentShiftTradeResponse.receivingWeekDate(LocalDate receivingWeekDate) The start week date of the receiving shift in yyyy-MM-dd format for a cross-week shift trade or null otherwise.ShiftTradeResponse.reviewedBy(UserReference reviewedBy) The user who reviewed this shift trade.ShiftTradeResponse.reviewedDate(Date reviewedDate) The timestamp when this shift trade was reviewed.ShiftTradeResponse.schedule(BuScheduleReferenceForMuRoute schedule) A reference to the associated scheduleShiftTradeResponse.state(ShiftTradeResponse.StateEnum state) The state of this shift tradeThe start week date of the initiating shift in yyyy-MM-dd format.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ShiftTradeResponseMethods in com.mypurecloud.sdk.v2.model with parameters of type ShiftTradeResponseModifier and TypeMethodDescriptionvoidMatchShiftTradeResponse.setTrade(ShiftTradeResponse trade) voidSearchShiftTradeResponse.setTrade(ShiftTradeResponse trade) voidWeekShiftTradeResponse.setTrade(ShiftTradeResponse trade) MatchShiftTradeResponse.trade(ShiftTradeResponse trade) The associated shift tradeSearchShiftTradeResponse.trade(ShiftTradeResponse trade) A trade which matches search criteriaWeekShiftTradeResponse.trade(ShiftTradeResponse trade) The shift trade detailsMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ShiftTradeResponseModifier and TypeMethodDescriptionShiftTradeListResponse.entities(List<ShiftTradeResponse> entities) voidShiftTradeListResponse.setEntities(List<ShiftTradeResponse> entities)