Skip to content

/AWS1/CL_STRLISTPROJECTSRESULT

ListProjectsResult

CONSTRUCTOR

IMPORTING

Required arguments:

IT_PROJECTS TYPE /AWS1/CL_STRPROJECTSUMMARY=>TT_PROJECTSLIST TT_PROJECTSLIST

A list of projects.

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/STRPAGINATIONTOKEN /AWS1/STRPAGINATIONTOKEN

The continuation token to use when requesting the next set of results, if there are more results to be returned.


Queryable Attributes

projects

A list of projects.

Accessible with the following methods

Method Description
GET_PROJECTS() Getter for PROJECTS, with configurable default
ASK_PROJECTS() Getter for PROJECTS w/ exceptions if field has no value
HAS_PROJECTS() Determine if PROJECTS has a value

nextToken

The continuation token to use when requesting the next set of results, if there are more results to be returned.

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