Package com.mypurecloud.sdk.v2.model
Class ShiftTradeMatchReviewUserResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.ShiftTradeMatchReviewUserResponse
- All Implemented Interfaces:
Serializable
ShiftTradeMatchReviewUserResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()postTradeNewShift(ShiftTradePreviewResponse postTradeNewShift) Preview of what the shift will look like for the opposite side of this trade after the match is approvedpostTradeSchedulePaidMinutes(Integer postTradeSchedulePaidMinutes) The paid minutes on the week schedule for this user if the shift trade is approvedpreTradeSchedulePaidMinutes(Integer preTradeSchedulePaidMinutes) The paid minutes on the week schedule for this user prior to the shift tradevoidsetPostTradeNewShift(ShiftTradePreviewResponse postTradeNewShift) voidsetPostTradeSchedulePaidMinutes(Integer postTradeSchedulePaidMinutes) voidsetPreTradeSchedulePaidMinutes(Integer preTradeSchedulePaidMinutes) voidsetWeeklyMaximumPaidMinutes(Integer weeklyMaximumPaidMinutes) voidsetWeeklyMinimumPaidMinutes(Integer weeklyMinimumPaidMinutes) toString()weeklyMaximumPaidMinutes(Integer weeklyMaximumPaidMinutes) The maximum weekly paid minutes for this user per the work plan tied to the agent scheduleweeklyMinimumPaidMinutes(Integer weeklyMinimumPaidMinutes) The minimum weekly paid minutes for this user per the work plan tied to the agent schedule
-
Constructor Details
-
ShiftTradeMatchReviewUserResponse
public ShiftTradeMatchReviewUserResponse() -
ShiftTradeMatchReviewUserResponse
-
-
Method Details
-
weeklyMinimumPaidMinutes
The minimum weekly paid minutes for this user per the work plan tied to the agent schedule -
getWeeklyMinimumPaidMinutes
-
setWeeklyMinimumPaidMinutes
-
weeklyMaximumPaidMinutes
The maximum weekly paid minutes for this user per the work plan tied to the agent schedule -
getWeeklyMaximumPaidMinutes
-
setWeeklyMaximumPaidMinutes
-
preTradeSchedulePaidMinutes
public ShiftTradeMatchReviewUserResponse preTradeSchedulePaidMinutes(Integer preTradeSchedulePaidMinutes) The paid minutes on the week schedule for this user prior to the shift trade -
getPreTradeSchedulePaidMinutes
-
setPreTradeSchedulePaidMinutes
-
postTradeSchedulePaidMinutes
public ShiftTradeMatchReviewUserResponse postTradeSchedulePaidMinutes(Integer postTradeSchedulePaidMinutes) The paid minutes on the week schedule for this user if the shift trade is approved -
getPostTradeSchedulePaidMinutes
-
setPostTradeSchedulePaidMinutes
-
postTradeNewShift
public ShiftTradeMatchReviewUserResponse postTradeNewShift(ShiftTradePreviewResponse postTradeNewShift) Preview of what the shift will look like for the opposite side of this trade after the match is approved -
getPostTradeNewShift
-
setPostTradeNewShift
-
equals
-
hashCode
public int hashCode() -
toString
-