/AWS1/CL_CUSPFLATTRVALUESRSP¶
ProfileAttributeValuesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_domainname TYPE /AWS1/CUSNAME /AWS1/CUSNAME¶
The name of the domain.
iv_attributename TYPE /AWS1/CUSSTRING1TO255 /AWS1/CUSSTRING1TO255¶
The attribute name.
it_items TYPE /AWS1/CL_CUSATTRIBUTEVALUEITEM=>TT_ATTRIBUTEVALUEITEMLIST TT_ATTRIBUTEVALUEITEMLIST¶
The items returned as part of the response.
iv_statuscode TYPE /AWS1/CUSSTATUSCODE /AWS1/CUSSTATUSCODE¶
The status code for the response.
Queryable Attributes¶
DomainName¶
The name of the domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINNAME() |
Getter for DOMAINNAME, with configurable default |
ASK_DOMAINNAME() |
Getter for DOMAINNAME w/ exceptions if field has no value |
HAS_DOMAINNAME() |
Determine if DOMAINNAME has a value |
AttributeName¶
The attribute name.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTRIBUTENAME() |
Getter for ATTRIBUTENAME, with configurable default |
ASK_ATTRIBUTENAME() |
Getter for ATTRIBUTENAME w/ exceptions if field has no value |
HAS_ATTRIBUTENAME() |
Determine if ATTRIBUTENAME has a value |
Items¶
The items returned as part of the response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMS() |
Getter for ITEMS, with configurable default |
ASK_ITEMS() |
Getter for ITEMS w/ exceptions if field has no value |
HAS_ITEMS() |
Determine if ITEMS has a value |
StatusCode¶
The status code for the response.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSCODE() |
Getter for STATUSCODE |