/AWS1/CL_CATLSTSRCREPOSITORI02¶
Information about a source repository returned in a list of source repositories.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/CATSRCREPOSITORYIDSTRING /AWS1/CATSRCREPOSITORYIDSTRING¶
The system-generated unique ID of the source repository.
iv_name TYPE /AWS1/CATSRCREPOSITORYNAMESTR /AWS1/CATSRCREPOSITORYNAMESTR¶
The name of the source repository.
iv_lastupdatedtime TYPE /AWS1/CATTIMESTAMP /AWS1/CATTIMESTAMP¶
The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
iv_createdtime TYPE /AWS1/CATTIMESTAMP /AWS1/CATTIMESTAMP¶
The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
Optional arguments:¶
iv_description TYPE /AWS1/CATSRCREPOSITORYDESCSTR /AWS1/CATSRCREPOSITORYDESCSTR¶
The description of the repository, if any.
Queryable Attributes¶
id¶
The system-generated unique ID of the source repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
name¶
The name of the source repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
description¶
The description of the repository, if any.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
lastUpdatedTime¶
The time the source repository was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME, with configurable default |
ASK_LASTUPDATEDTIME() |
Getter for LASTUPDATEDTIME w/ exceptions if field has no val |
HAS_LASTUPDATEDTIME() |
Determine if LASTUPDATEDTIME has a value |
createdTime¶
The time the source repository was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDTIME() |
Getter for CREATEDTIME, with configurable default |
ASK_CREATEDTIME() |
Getter for CREATEDTIME w/ exceptions if field has no value |
HAS_CREATEDTIME() |
Determine if CREATEDTIME 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_LISTSOURCEREPOSITORIESITEMS¶
TYPES TT_LISTSOURCEREPOSITORIESITEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CATLSTSRCREPOSITORI02 WITH DEFAULT KEY
.