/AWS1/CL_CRMCHILDRESOURCE¶
Contains information about a child resource of a given resource in a collaboration.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_resourcetype TYPE /AWS1/CRMCHILDRESOURCETYPE /AWS1/CRMCHILDRESOURCETYPE¶
The type of the child resource.
iv_resourcename TYPE /AWS1/CRMDISPLAYNAME /AWS1/CRMDISPLAYNAME¶
The name of the child resource.
iv_owneraccountid TYPE /AWS1/CRMACCOUNTID /AWS1/CRMACCOUNTID¶
The Amazon Web Services account ID of the member who owns the child resource.
Optional arguments:¶
iv_resourceid TYPE /AWS1/CRMUUID /AWS1/CRMUUID¶
The unique identifier of the child resource.
iv_resourcestatus TYPE /AWS1/CRMRESOURCESTATUS /AWS1/CRMRESOURCESTATUS¶
The current status of the child resource.
Queryable Attributes¶
resourceId¶
The unique identifier of the child resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEID() |
Getter for RESOURCEID, with configurable default |
ASK_RESOURCEID() |
Getter for RESOURCEID w/ exceptions if field has no value |
HAS_RESOURCEID() |
Determine if RESOURCEID has a value |
resourceType¶
The type of the child resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
resourceName¶
The name of the child resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCENAME() |
Getter for RESOURCENAME, with configurable default |
ASK_RESOURCENAME() |
Getter for RESOURCENAME w/ exceptions if field has no value |
HAS_RESOURCENAME() |
Determine if RESOURCENAME has a value |
ownerAccountId¶
The Amazon Web Services account ID of the member who owns the child resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OWNERACCOUNTID() |
Getter for OWNERACCOUNTID, with configurable default |
ASK_OWNERACCOUNTID() |
Getter for OWNERACCOUNTID w/ exceptions if field has no valu |
HAS_OWNERACCOUNTID() |
Determine if OWNERACCOUNTID has a value |
resourceStatus¶
The current status of the child resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCESTATUS() |
Getter for RESOURCESTATUS, with configurable default |
ASK_RESOURCESTATUS() |
Getter for RESOURCESTATUS w/ exceptions if field has no valu |
HAS_RESOURCESTATUS() |
Determine if RESOURCESTATUS 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_CHILDRESOURCELIST¶
TYPES TT_CHILDRESOURCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRMCHILDRESOURCE WITH DEFAULT KEY
.