Package com.mypurecloud.sdk.v2.model
Class SearchShiftTradeResponse
java.lang.Object
com.mypurecloud.sdk.v2.model.SearchShiftTradeResponse
- All Implemented Interfaces:
Serializable
SearchShiftTradeResponse
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetTrade()inthashCode()matchingReceivingShiftIds(List<String> matchingReceivingShiftIds) IDs of shifts which match the search criteriapreview(ShiftTradePreviewResponse preview) A preview of what the shift trade would look like if matchedvoidsetMatchingReceivingShiftIds(List<String> matchingReceivingShiftIds) voidsetPreview(ShiftTradePreviewResponse preview) voidsetTrade(ShiftTradeResponse trade) toString()trade(ShiftTradeResponse trade) A trade which matches search criteria
-
Constructor Details
-
SearchShiftTradeResponse
public SearchShiftTradeResponse() -
SearchShiftTradeResponse
-
-
Method Details
-
trade
A trade which matches search criteria -
getTrade
-
setTrade
-
matchingReceivingShiftIds
IDs of shifts which match the search criteria -
getMatchingReceivingShiftIds
-
setMatchingReceivingShiftIds
-
preview
A preview of what the shift trade would look like if matched -
getPreview
-
setPreview
-
equals
-
hashCode
public int hashCode() -
toString
-