/AWS1/CL_MDISEARCHFIXTURESRSP¶
SearchFixturesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_fixtures TYPE /AWS1/CL_MDIFIXTURESUMMARY=>TT_FIXTURESUMMARYLIST TT_FIXTURESUMMARYLIST¶
An array of FixtureSummary objects, one for each fixture that matches the search. The array is empty if no fixtures match.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/MDISTRING /AWS1/MDISTRING¶
The token that identifies the next batch of results. To see the next batch, submit the SearchFixtures request again, with the same search criteria, and specify this value in nextToken.
This parameter is absent when there are no more results to return.
Queryable Attributes¶
fixtures¶
An array of FixtureSummary objects, one for each fixture that matches the search. The array is empty if no fixtures match.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIXTURES() |
Getter for FIXTURES, with configurable default |
ASK_FIXTURES() |
Getter for FIXTURES w/ exceptions if field has no value |
HAS_FIXTURES() |
Determine if FIXTURES has a value |
nextToken¶
The token that identifies the next batch of results. To see the next batch, submit the SearchFixtures request again, with the same search criteria, and specify this value in nextToken.
This parameter is absent when there are no more results to return.
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 |