Uses of Class
com.mypurecloud.sdk.v2.model.ShiftTradeMatchReviewResponse
Packages that use ShiftTradeMatchReviewResponse
-
Uses of ShiftTradeMatchReviewResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ShiftTradeMatchReviewResponseModifier and TypeMethodDescriptionShiftTradeMatchReviewResponse.adminReviewViolations(List<ShiftTradeMatchViolation> adminReviewViolations) Constraint violations associated with this shift trade which require shift trade administrator reviewEvaluatedShiftTradeResponseItem.getMatchReview()WeekShiftTradeResponse.getMatchReview()ShiftTradeMatchReviewResponse.initiatingUser(ShiftTradeMatchReviewUserResponse initiatingUser) Details for the initiatingUser side of the shift tradeShiftTradeMatchReviewResponse.receivingUser(ShiftTradeMatchReviewUserResponse receivingUser) Details for the receivingUser side of the shift tradeShiftTradeMatchReviewResponse.unevaluatedRules(List<ShiftTradeMatchReviewResponse.UnevaluatedRulesEnum> unevaluatedRules) Unevaluated rules for this shift trade which require shift trade administrator reviewShiftTradeMatchReviewResponse.violations(List<ShiftTradeMatchViolation> violations) Constraint violations introduced after being matched that would normally disallow a trade, but which can still be overridden by the shift trade administratorMethods in com.mypurecloud.sdk.v2.model with parameters of type ShiftTradeMatchReviewResponseModifier and TypeMethodDescriptionEvaluatedShiftTradeResponseItem.matchReview(ShiftTradeMatchReviewResponse matchReview) A preview of what the schedule would look like if the shift trade is approved plus any violations, or null if the shift is in a one-sided tradeWeekShiftTradeResponse.matchReview(ShiftTradeMatchReviewResponse matchReview) A preview of what the schedule would look like if the shift trade is approved plus any violationsvoidEvaluatedShiftTradeResponseItem.setMatchReview(ShiftTradeMatchReviewResponse matchReview) voidWeekShiftTradeResponse.setMatchReview(ShiftTradeMatchReviewResponse matchReview)