Skip to content

/AWS1/CL_ECPDSCREPOSITORIESRSP

DescribeRepositoriesResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IT_REPOSITORIES TYPE /AWS1/CL_ECPREPOSITORY=>TT_REPOSITORYLIST TT_REPOSITORYLIST

A list of repository objects corresponding to valid repositories.

IV_NEXTTOKEN TYPE /AWS1/ECPNEXTTOKEN /AWS1/ECPNEXTTOKEN

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. If there are no more results to return, this value is null.


Queryable Attributes

repositories

A list of repository objects corresponding to valid repositories.

Accessible with the following methods

Method Description
GET_REPOSITORIES() Getter for REPOSITORIES, with configurable default
ASK_REPOSITORIES() Getter for REPOSITORIES w/ exceptions if field has no value
HAS_REPOSITORIES() Determine if REPOSITORIES has a value

nextToken

The nextToken value to include in a future DescribeRepositories request. When the results of a DescribeRepositories request exceed maxResults, this value can be used to retrieve the next page of results. If there are no more results to return, this value is null.

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