/AWS1/CL_OMXUPANNOTATIONSTOR03¶
UpdateAnnotationStoreVersionResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_storeid TYPE /AWS1/OMXRESOURCEID /AWS1/OMXRESOURCEID¶
The annotation store ID.
iv_id TYPE /AWS1/OMXRESOURCEID /AWS1/OMXRESOURCEID¶
The annotation store version ID.
iv_status TYPE /AWS1/OMXVERSIONSTATUS /AWS1/OMXVERSIONSTATUS¶
The status of an annotation store version.
iv_name TYPE /AWS1/OMXSTORENAME /AWS1/OMXSTORENAME¶
The name of an annotation store.
iv_versionname TYPE /AWS1/OMXVERSIONNAME /AWS1/OMXVERSIONNAME¶
The name of an annotation store version.
iv_description TYPE /AWS1/OMXDESCRIPTION /AWS1/OMXDESCRIPTION¶
The description of an annotation store version.
iv_creationtime TYPE /AWS1/OMXCREATIONTIME /AWS1/OMXCREATIONTIME¶
The time stamp for when an annotation store version was created.
iv_updatetime TYPE /AWS1/OMXUPDATETIME /AWS1/OMXUPDATETIME¶
The time stamp for when an annotation store version was updated.
Queryable Attributes¶
storeId¶
The annotation store ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STOREID() |
Getter for STOREID, with configurable default |
ASK_STOREID() |
Getter for STOREID w/ exceptions if field has no value |
HAS_STOREID() |
Determine if STOREID has a value |
id¶
The annotation store version ID.
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 |
status¶
The status of an annotation store version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
name¶
The name of an annotation store.
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 |
versionName¶
The name of an annotation store version.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VERSIONNAME() |
Getter for VERSIONNAME, with configurable default |
ASK_VERSIONNAME() |
Getter for VERSIONNAME w/ exceptions if field has no value |
HAS_VERSIONNAME() |
Determine if VERSIONNAME has a value |
description¶
The description of an annotation store version.
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 |
creationTime¶
The time stamp for when an annotation store version was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
updateTime¶
The time stamp for when an annotation store version was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATETIME() |
Getter for UPDATETIME, with configurable default |
ASK_UPDATETIME() |
Getter for UPDATETIME w/ exceptions if field has no value |
HAS_UPDATETIME() |
Determine if UPDATETIME has a value |