Skip to content

/AWS1/CL_REVUPDATEDEPNDNCYRSP

UpdateDependencyResponse

CONSTRUCTOR

IMPORTING

Required arguments:

iv_dependencyid TYPE /AWS1/REVUUID /AWS1/REVUUID

The identifier of the updated dependency.

iv_dependencyname TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The name of the updated dependency.

iv_location TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The location of the dependency.

iv_criticality TYPE /AWS1/REVDEPENDENCYCRITICALITY /AWS1/REVDEPENDENCYCRITICALITY

The criticality level of the dependency.

iv_updatedat TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP

The timestamp when the dependency was updated.

Optional arguments:

iv_comment TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The comment about the dependency.

iv_provider TYPE /AWS1/REVSTRING /AWS1/REVSTRING

The provider of the dependency.


Queryable Attributes

dependencyId

The identifier of the updated dependency.

Accessible with the following methods

Method Description
GET_DEPENDENCYID() Getter for DEPENDENCYID, with configurable default
ASK_DEPENDENCYID() Getter for DEPENDENCYID w/ exceptions if field has no value
HAS_DEPENDENCYID() Determine if DEPENDENCYID has a value

dependencyName

The name of the updated dependency.

Accessible with the following methods

Method Description
GET_DEPENDENCYNAME() Getter for DEPENDENCYNAME, with configurable default
ASK_DEPENDENCYNAME() Getter for DEPENDENCYNAME w/ exceptions if field has no valu
HAS_DEPENDENCYNAME() Determine if DEPENDENCYNAME has a value

location

The location of the dependency.

Accessible with the following methods

Method Description
GET_LOCATION() Getter for LOCATION, with configurable default
ASK_LOCATION() Getter for LOCATION w/ exceptions if field has no value
HAS_LOCATION() Determine if LOCATION has a value

criticality

The criticality level of the dependency.

Accessible with the following methods

Method Description
GET_CRITICALITY() Getter for CRITICALITY, with configurable default
ASK_CRITICALITY() Getter for CRITICALITY w/ exceptions if field has no value
HAS_CRITICALITY() Determine if CRITICALITY has a value

comment

The comment about the dependency.

Accessible with the following methods

Method Description
GET_COMMENT() Getter for COMMENT, with configurable default
ASK_COMMENT() Getter for COMMENT w/ exceptions if field has no value
HAS_COMMENT() Determine if COMMENT has a value

provider

The provider of the dependency.

Accessible with the following methods

Method Description
GET_PROVIDER() Getter for PROVIDER, with configurable default
ASK_PROVIDER() Getter for PROVIDER w/ exceptions if field has no value
HAS_PROVIDER() Determine if PROVIDER has a value

updatedAt

The timestamp when the dependency was updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value