/AWS1/CL_CRMLISTIDMAPTABLESOUT¶
ListIdMappingTablesOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_idmappingtablesummaries TYPE /AWS1/CL_CRMIDMAPPINGTABLESUMM=>TT_IDMAPPINGTABLESUMMARYLIST TT_IDMAPPINGTABLESUMMARYLIST¶
The summary information of the ID mapping tables that you requested.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/CRMPAGINATIONTOKEN /AWS1/CRMPAGINATIONTOKEN¶
The token value provided to access the next page of results.
Queryable Attributes¶
idMappingTableSummaries¶
The summary information of the ID mapping tables that you requested.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IDMAPPINGTABLESUMMARIES() |
Getter for IDMAPPINGTABLESUMMARIES, with configurable defaul |
ASK_IDMAPPINGTABLESUMMARIES() |
Getter for IDMAPPINGTABLESUMMARIES w/ exceptions if field ha |
HAS_IDMAPPINGTABLESUMMARIES() |
Determine if IDMAPPINGTABLESUMMARIES has a value |
nextToken¶
The token value provided to access the next page 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 |