/AWS1/CL_IOMPROPERTYSUMMARY¶
This is an object that contains the information of a property.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_propertyname
TYPE /AWS1/IOMNAME
/AWS1/IOMNAME
¶
This is the name of the property.
Optional arguments:¶
io_definition
TYPE REF TO /AWS1/CL_IOMPRPDEFNRESPONSE
/AWS1/CL_IOMPRPDEFNRESPONSE
¶
This is the schema for the property.
io_value
TYPE REF TO /AWS1/CL_IOMDATAVALUE
/AWS1/CL_IOMDATAVALUE
¶
This is the value for the property.
iv_areallpropertyvaluesretd
TYPE /AWS1/IOMBOOLEAN
/AWS1/IOMBOOLEAN
¶
This flag notes whether all values of a list or map type property are returned in the API response. The maximum number of values per property returned is 50.
Queryable Attributes¶
definition¶
This is the schema for the property.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DEFINITION() |
Getter for DEFINITION |
propertyName¶
This is the name of the property.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PROPERTYNAME() |
Getter for PROPERTYNAME, with configurable default |
ASK_PROPERTYNAME() |
Getter for PROPERTYNAME w/ exceptions if field has no value |
HAS_PROPERTYNAME() |
Determine if PROPERTYNAME has a value |
value¶
This is the value for the property.
Accessible with the following methods¶
Method | Description |
---|---|
GET_VALUE() |
Getter for VALUE |
areAllPropertyValuesReturned¶
This flag notes whether all values of a list or map type property are returned in the API response. The maximum number of values per property returned is 50.
Accessible with the following methods¶
Method | Description |
---|---|
GET_AREALLPROPERTYVALUESRETD() |
Getter for AREALLPROPERTYVALUESRETURNED, with configurable d |
ASK_AREALLPROPERTYVALUESRETD() |
Getter for AREALLPROPERTYVALUESRETURNED w/ exceptions if fie |
HAS_AREALLPROPERTYVALUESRETD() |
Determine if AREALLPROPERTYVALUESRETURNED 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_PROPERTYSUMMARIES
¶
TYPES TT_PROPERTYSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOMPROPERTYSUMMARY WITH DEFAULT KEY
.