Interface ICustomerOfferCollection
- All Superinterfaces:
IEntireEntityCollectionRetrievalOperations<Offer,ResourceCollection<Offer>>,IPartnerComponent<String>,IPartnerComponentString
- All Known Implementing Classes:
CustomerOfferCollectionOperations
public interface ICustomerOfferCollection extends IPartnerComponentString, IEntireEntityCollectionRetrievalOperations<Offer,ResourceCollection<Offer>>
-
Method Summary
Modifier and Type Method Description ResourceCollection<Offer>get()Retrieves all the offers for the provided Customer.ResourceCollection<Offer>get(int offset, int size)Retrieves a subset of offers for the provided customer.Methods inherited from interface com.microsoft.store.partnercenter.IPartnerComponent
getContext, getPartner
-
Method Details
-
get
ResourceCollection<Offer> get()Retrieves all the offers for the provided Customer.- Specified by:
getin interfaceIEntireEntityCollectionRetrievalOperations<Offer,ResourceCollection<Offer>>- Returns:
- The offers for the provided customer.
-
get
Retrieves a subset of offers for the provided customer.- Parameters:
offset- The starting index.size- The maximum number of offers to return.- Returns:
- The requested segment of the offers for the provided customer.
-