Uses of Class
com.mypurecloud.sdk.v2.model.ShiftTradeMatchReviewUserResponse
Packages that use ShiftTradeMatchReviewUserResponse
-
Uses of ShiftTradeMatchReviewUserResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ShiftTradeMatchReviewUserResponseModifier and TypeMethodDescriptionShiftTradeMatchReviewResponse.getInitiatingUser()ShiftTradeMatchReviewResponse.getReceivingUser()ShiftTradeMatchReviewUserResponse.postTradeNewShift(ShiftTradePreviewResponse postTradeNewShift) Preview of what the shift will look like for the opposite side of this trade after the match is approvedShiftTradeMatchReviewUserResponse.postTradeSchedulePaidMinutes(Integer postTradeSchedulePaidMinutes) The paid minutes on the week schedule for this user if the shift trade is approvedShiftTradeMatchReviewUserResponse.preTradeSchedulePaidMinutes(Integer preTradeSchedulePaidMinutes) The paid minutes on the week schedule for this user prior to the shift tradeShiftTradeMatchReviewUserResponse.weeklyMaximumPaidMinutes(Integer weeklyMaximumPaidMinutes) The maximum weekly paid minutes for this user per the work plan tied to the agent scheduleShiftTradeMatchReviewUserResponse.weeklyMinimumPaidMinutes(Integer weeklyMinimumPaidMinutes) The minimum weekly paid minutes for this user per the work plan tied to the agent scheduleMethods in com.mypurecloud.sdk.v2.model with parameters of type ShiftTradeMatchReviewUserResponseModifier and TypeMethodDescriptionShiftTradeMatchReviewResponse.initiatingUser(ShiftTradeMatchReviewUserResponse initiatingUser) Details for the initiatingUser side of the shift tradeShiftTradeMatchReviewResponse.receivingUser(ShiftTradeMatchReviewUserResponse receivingUser) Details for the receivingUser side of the shift tradevoidShiftTradeMatchReviewResponse.setInitiatingUser(ShiftTradeMatchReviewUserResponse initiatingUser) voidShiftTradeMatchReviewResponse.setReceivingUser(ShiftTradeMatchReviewUserResponse receivingUser)