/AWS1/CL_DPLLSTGITHUBACTOKNA01¶
Represents the output of a ListGitHubAccountTokenNames
operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_tokennamelist
TYPE /AWS1/CL_DPLGITHUBACTOKNAMEL00=>TT_GITHUBACCOUNTTOKENNAMELIST
TT_GITHUBACCOUNTTOKENNAMELIST
¶
A list of names of connections to GitHub accounts.
iv_nexttoken
TYPE /AWS1/DPLNEXTTOKEN
/AWS1/DPLNEXTTOKEN
¶
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent
ListGitHubAccountTokenNames
call to return the next set of names in the list.
Queryable Attributes¶
tokenNameList¶
A list of names of connections to GitHub accounts.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TOKENNAMELIST() |
Getter for TOKENNAMELIST, with configurable default |
ASK_TOKENNAMELIST() |
Getter for TOKENNAMELIST w/ exceptions if field has no value |
HAS_TOKENNAMELIST() |
Determine if TOKENNAMELIST has a value |
nextToken¶
If a large amount of information is returned, an identifier is also returned. It can be used in a subsequent
ListGitHubAccountTokenNames
call to return the next set of names in the list.
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 |