/AWS1/CL_PRNLISTSVCTMPLSOUTPUT¶
ListServiceTemplatesOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_templates TYPE /AWS1/CL_PRNSERVICETMPLSUMMARY=>TT_SERVICETEMPLATESUMMARYLIST TT_SERVICETEMPLATESUMMARYLIST¶
An array of service templates with detail data.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/PRNNEXTTOKEN /AWS1/PRNNEXTTOKEN¶
A token that indicates the location of the next service template in the array of service templates, after the current requested list of service templates.
Queryable Attributes¶
nextToken¶
A token that indicates the location of the next service template in the array of service templates, after the current requested list of service templates.
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 |
templates¶
An array of service templates with detail data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TEMPLATES() |
Getter for TEMPLATES, with configurable default |
ASK_TEMPLATES() |
Getter for TEMPLATES w/ exceptions if field has no value |
HAS_TEMPLATES() |
Determine if TEMPLATES has a value |