/AWS1/CL_SAGINTGRTDREPOSITORY¶
Information about an integrated repository
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_integrationid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
Integration identifier
iv_providerresourceid TYPE /AWS1/SAGSTRING /AWS1/SAGSTRING¶
External provider resource identifier, e.g., Github repository identifier
Queryable Attributes¶
integrationId¶
Integration identifier
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INTEGRATIONID() |
Getter for INTEGRATIONID, with configurable default |
ASK_INTEGRATIONID() |
Getter for INTEGRATIONID w/ exceptions if field has no value |
HAS_INTEGRATIONID() |
Determine if INTEGRATIONID has a value |
providerResourceId¶
External provider resource identifier, e.g., Github repository identifier
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROVIDERRESOURCEID() |
Getter for PROVIDERRESOURCEID, with configurable default |
ASK_PROVIDERRESOURCEID() |
Getter for PROVIDERRESOURCEID w/ exceptions if field has no |
HAS_PROVIDERRESOURCEID() |
Determine if PROVIDERRESOURCEID has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_INTEGRATEDREPOSITORYLIST¶
TYPES TT_INTEGRATEDREPOSITORYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SAGINTGRTDREPOSITORY WITH DEFAULT KEY
.