IOfferAddOns Interface
Implements
public interface IOfferAddOns extends IPartnerComponent<Tuple<String,String>>, IEntityCollectionRetrievalOperations<Offer,ResourceCollection<Offer>>
Defines the behavior of an offer's add-ons.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Resource |
get()
Retrieves all the offers for the provided country. |
|
abstract
Resource |
get(int offset, int size)
Retrieves a subset of offers for the provided country. |
Method Details
get
public abstract ResourceCollection
Retrieves all the offers for the provided country.
Returns:
get
public abstract ResourceCollection
Retrieves a subset of offers for the provided country.
Parameters:
Returns: