Uses of Class
com.mypurecloud.sdk.v2.model.ShiftTradePreviewResponse
Packages that use ShiftTradePreviewResponse
-
Uses of ShiftTradePreviewResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ShiftTradePreviewResponseModifier and TypeMethodDescriptionShiftTradePreviewResponse.activities(List<ShiftTradeActivityPreviewResponse> activities) List of activities that will make up the new shift if this shift trade is approvedShiftTradeMatchReviewUserResponse.getPostTradeNewShift()SearchShiftTradeResponse.getPreview()ShiftTradeMatchResponseItem.getPreview()Methods in com.mypurecloud.sdk.v2.model with parameters of type ShiftTradePreviewResponseModifier and TypeMethodDescriptionShiftTradeMatchReviewUserResponse.postTradeNewShift(ShiftTradePreviewResponse postTradeNewShift) Preview of what the shift will look like for the opposite side of this trade after the match is approvedSearchShiftTradeResponse.preview(ShiftTradePreviewResponse preview) A preview of what the shift trade would look like if matchedShiftTradeMatchResponseItem.preview(ShiftTradePreviewResponse preview) A preview of what the shift trade would look like if matchedvoidShiftTradeMatchReviewUserResponse.setPostTradeNewShift(ShiftTradePreviewResponse postTradeNewShift) voidSearchShiftTradeResponse.setPreview(ShiftTradePreviewResponse preview) voidShiftTradeMatchResponseItem.setPreview(ShiftTradePreviewResponse preview)