Skip to content

/AWS1/CL_IOILISTCAMPAIGNSRSP

ListCampaignsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_CAMPAIGNSUMMARIES TYPE /AWS1/CL_IOICAMPAIGNSUMMARY=>TT_CAMPAIGNSUMMARIES TT_CAMPAIGNSUMMARIES

A summary of information about each campaign.

IV_NEXTTOKEN TYPE /AWS1/IOINEXTTOKEN /AWS1/IOINEXTTOKEN

The token to retrieve the next set of results, or null if there are no more results.


Queryable Attributes

campaignSummaries

A summary of information about each campaign.

Accessible with the following methods

Method Description
GET_CAMPAIGNSUMMARIES() Getter for CAMPAIGNSUMMARIES, with configurable default
ASK_CAMPAIGNSUMMARIES() Getter for CAMPAIGNSUMMARIES w/ exceptions if field has no v
HAS_CAMPAIGNSUMMARIES() Determine if CAMPAIGNSUMMARIES has a value

nextToken

The token to retrieve the next set of results, or null if there are no more results.

Accessible with the following methods

Method Description
GET_NEXTTOKEN() Getter for NEXTTOKEN, with configurable default
ASK_NEXTTOKEN() Getter for NEXTTOKEN w/ exceptions if field has no value
HAS_NEXTTOKEN() Determine if NEXTTOKEN has a value