/AWS1/CL_CFSLSTSTOREDQUERIES01¶
ListStoredQueriesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_storedquerymetadata TYPE /AWS1/CL_CFSSTOREDQUERYMET=>TT_STOREDQUERYMETADATALIST TT_STOREDQUERYMETADATALIST¶
A list of
StoredQueryMetadataobjects.
iv_nexttoken TYPE /AWS1/CFSSTRING /AWS1/CFSSTRING¶
If the previous paginated request didn't return all of the remaining results, the response object's
NextTokenparameter value is set to a token. To retrieve the next set of results, call this operation again and assign that token to the request object'sNextTokenparameter. If there are no remaining results, the previous response object'sNextTokenparameter is set tonull.
Queryable Attributes¶
StoredQueryMetadata¶
A list of
StoredQueryMetadataobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STOREDQUERYMETADATA() |
Getter for STOREDQUERYMETADATA, with configurable default |
ASK_STOREDQUERYMETADATA() |
Getter for STOREDQUERYMETADATA w/ exceptions if field has no |
HAS_STOREDQUERYMETADATA() |
Determine if STOREDQUERYMETADATA has a value |
NextToken¶
If the previous paginated request didn't return all of the remaining results, the response object's
NextTokenparameter value is set to a token. To retrieve the next set of results, call this operation again and assign that token to the request object'sNextTokenparameter. If there are no remaining results, the previous response object'sNextTokenparameter is set tonull.
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 |