getOffersAndListsByPage

public WSGetOffersAndListsByPageResponse getOffersAndListsByPage
(String userCredential, String partitionName, Locale requestedLocale,
 WSComponentTypeEnum type, 
int pageSize, int pageOffset)
 throws CampaignServicesException																																																																																																	

List offers or offerlists by page.

Parameters

userCredential: the client user credential.

partitionName: optional name of the campaign partition to use.

requestedLocale: optional locale to use for this request.

type: type indicating whether offers are requested or offerlists.

pageSize: the maximum number of matched components to return for the page.

pageOffset: the starting offset of all possible components to begin the enumeration (zero valued). For example, if the enumeration matches 1000 offers and this value is set to 10, then the page would start at the 11th component. A RangeException is thrown if the supplied offset is out of range.

Returns

Returns object of type WSGetOffersAndListsByPageResponse.

Errors

None.