/AWS1/CL_IN2UPGITHUBINTEGRAT00¶
Contains details required to update an integration with GitHub.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_code
TYPE /AWS1/IN2GITHUBAUTHCODE
/AWS1/IN2GITHUBAUTHCODE
¶
The authorization code received from GitHub to update the integration.
iv_installationid
TYPE /AWS1/IN2GITHUBINSTALLATIONID
/AWS1/IN2GITHUBINSTALLATIONID
¶
The installation ID of the GitHub App associated with the integration.
Queryable Attributes¶
code¶
The authorization code received from GitHub to update the integration.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
installationId¶
The installation ID of the GitHub App associated with the integration.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INSTALLATIONID() |
Getter for INSTALLATIONID, with configurable default |
ASK_INSTALLATIONID() |
Getter for INSTALLATIONID w/ exceptions if field has no valu |
HAS_INSTALLATIONID() |
Determine if INSTALLATIONID has a value |