ICustomerOfferCollection Interface

Implements

public interface ICustomerOfferCollection extends IPartnerComponentString, IEntireEntityCollectionRetrievalOperations<Offer,ResourceCollection<Offer>>

Method Summary

Modifier and Type Method and Description
abstract ResourceCollection<Offer> get()

Retrieves all the offers for the provided Customer.

abstract ResourceCollection<Offer> get(int offset, int size)

Retrieves a subset of offers for the provided customer.

Method Details

get

public abstract ResourceCollection get()

Retrieves all the offers for the provided Customer.

Returns:

The offers for the provided customer.

get

public abstract ResourceCollection get(int offset, int size)

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.

Applies to