/AWS1/CL_BDOUPDATEDDESCRIPTION¶
Wrapper for updating an optional Description field with PATCH semantics. When present in an update request, the description is replaced with optionalValue. When absent, the description is left unchanged. To unset the description, include the wrapper with optionalValue not specified.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_optionalvalue TYPE /AWS1/BDODESCRIPTION /AWS1/BDODESCRIPTION¶
Represents an optional value that is used to update the human-readable description of the resource. If not specified, it will clear the current description of the resource.
Queryable Attributes¶
optionalValue¶
Represents an optional value that is used to update the human-readable description of the resource. If not specified, it will clear the current description of the resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPTIONALVALUE() |
Getter for OPTIONALVALUE, with configurable default |
ASK_OPTIONALVALUE() |
Getter for OPTIONALVALUE w/ exceptions if field has no value |
HAS_OPTIONALVALUE() |
Determine if OPTIONALVALUE has a value |