public interface OfferRecommendation
Operation to be performed and an
Offer on which the Operation should be performed.| Modifier and Type | Method and Description |
|---|---|
Offer |
getOffer()
Returns the Offer upon which the
Operation returned by getOperation()
should be performed. |
Operation |
getOperation()
Returns the operation which should be performed in regards to the specified
Offer
returned by getOffer(). |
Operation getOperation()
Offer
returned by getOffer().Offer getOffer()
Operation returned by getOperation()
should be performed.