ICategoryOffersCollection Interface
Implements
public interface ICategoryOffersCollection extends IPartnerComponent<Tuple<String,String>>, IEntityCollectionRetrievalOperations<Offer,ResourceCollection<Offer>>
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Resource |
get()
Retrieves all the offers in the given offer category. |
|
abstract
Resource |
get(int offset, int size)
Retrieves a subset of offers in the given offer category. |
Method Details
get
public abstract ResourceCollection
Retrieves all the offers in the given offer category.
Returns:
get
public abstract ResourceCollection
Retrieves a subset of offers in the given offer category.
Parameters:
Returns: