ICustomerOfferCollection Interface
Implements
public interface ICustomerOfferCollection extends IPartnerComponentString, IEntireEntityCollectionRetrievalOperations<Offer,ResourceCollection<Offer>>
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Resource |
get()
Retrieves all the offers for the provided Customer. |
|
abstract
Resource |
get(int offset, int size)
Retrieves a subset of offers for the provided customer. |
Method Details
get
public abstract ResourceCollection
Retrieves all the offers for the provided Customer.
Returns:
get
public abstract ResourceCollection
Retrieves a subset of offers for the provided customer.
Parameters:
Returns: