/AWS1/CL_CRMLISTCFGUREDTBLSOUT¶
ListConfiguredTablesOutput
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_configuredtablesummaries
TYPE /AWS1/CL_CRMCFGUREDTABLESUMM=>TT_CONFIGUREDTABLESUMMARYLIST
TT_CONFIGUREDTABLESUMMARYLIST
¶
The configured tables listed by the request.
Optional arguments:¶
iv_nexttoken
TYPE /AWS1/CRMPAGINATIONTOKEN
/AWS1/CRMPAGINATIONTOKEN
¶
The pagination token that's used to fetch the next set of results.
Queryable Attributes¶
configuredTableSummaries¶
The configured tables listed by the request.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONFIGUREDTABLESUMMARIES() |
Getter for CONFIGUREDTABLESUMMARIES, with configurable defau |
ASK_CONFIGUREDTABLESUMMARIES() |
Getter for CONFIGUREDTABLESUMMARIES w/ exceptions if field h |
HAS_CONFIGUREDTABLESUMMARIES() |
Determine if CONFIGUREDTABLESUMMARIES has a value |
nextToken¶
The pagination token that's used to fetch the next set of 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 |