/AWS1/CL_CUSLISTPFLOBJECTSITEM¶
A ProfileObject in a list of ProfileObjects.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_objecttypename
TYPE /AWS1/CUSTYPENAME
/AWS1/CUSTYPENAME
¶
Specifies the kind of object being added to a profile, such as "Salesforce-Account."
iv_profileobjectuniquekey
TYPE /AWS1/CUSSTRING1TO255
/AWS1/CUSSTRING1TO255
¶
The unique identifier of the ProfileObject generated by the service.
iv_object
TYPE /AWS1/CUSSTRINGIFIEDJSON
/AWS1/CUSSTRINGIFIEDJSON
¶
A JSON representation of a ProfileObject that belongs to a profile.
Queryable Attributes¶
ObjectTypeName¶
Specifies the kind of object being added to a profile, such as "Salesforce-Account."
Accessible with the following methods¶
Method | Description |
---|---|
GET_OBJECTTYPENAME() |
Getter for OBJECTTYPENAME, with configurable default |
ASK_OBJECTTYPENAME() |
Getter for OBJECTTYPENAME w/ exceptions if field has no valu |
HAS_OBJECTTYPENAME() |
Determine if OBJECTTYPENAME has a value |
ProfileObjectUniqueKey¶
The unique identifier of the ProfileObject generated by the service.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PROFILEOBJECTUNIQUEKEY() |
Getter for PROFILEOBJECTUNIQUEKEY, with configurable default |
ASK_PROFILEOBJECTUNIQUEKEY() |
Getter for PROFILEOBJECTUNIQUEKEY w/ exceptions if field has |
HAS_PROFILEOBJECTUNIQUEKEY() |
Determine if PROFILEOBJECTUNIQUEKEY has a value |
Object¶
A JSON representation of a ProfileObject that belongs to a profile.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OBJECT() |
Getter for OBJECT, with configurable default |
ASK_OBJECT() |
Getter for OBJECT w/ exceptions if field has no value |
HAS_OBJECT() |
Determine if OBJECT 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_PROFILEOBJECTLIST
¶
TYPES TT_PROFILEOBJECTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CUSLISTPFLOBJECTSITEM WITH DEFAULT KEY
.