/AWS1/CL_CRMMEMBERSHIPSUMMARY¶
The membership object listed by the request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/CRMUUID /AWS1/CRMUUID¶
The unique ID for the membership's collaboration.
iv_arn TYPE /AWS1/CRMMEMBERSHIPARN /AWS1/CRMMEMBERSHIPARN¶
The unique ARN for the membership.
iv_collaborationarn TYPE /AWS1/CRMCOLLABORATIONARN /AWS1/CRMCOLLABORATIONARN¶
The unique ARN for the membership's associated collaboration.
iv_collaborationid TYPE /AWS1/CRMCOLLABORATIONID /AWS1/CRMCOLLABORATIONID¶
The unique ID for the membership's collaboration.
iv_collaborationcreatoracc00 TYPE /AWS1/CRMACCOUNTID /AWS1/CRMACCOUNTID¶
The identifier of the Amazon Web Services principal that created the collaboration. Currently only supports Amazon Web Services account ID.
iv_collaborationcreatordsp00 TYPE /AWS1/CRMDISPLAYNAME /AWS1/CRMDISPLAYNAME¶
The display name of the collaboration creator.
iv_collaborationname TYPE /AWS1/CRMCOLLABORATIONNAME /AWS1/CRMCOLLABORATIONNAME¶
The name for the membership's collaboration.
iv_createtime TYPE /AWS1/CRMTIMESTAMP /AWS1/CRMTIMESTAMP¶
The time when the membership was created.
iv_updatetime TYPE /AWS1/CRMTIMESTAMP /AWS1/CRMTIMESTAMP¶
The time the membership metadata was last updated.
iv_status TYPE /AWS1/CRMMEMBERSHIPSTATUS /AWS1/CRMMEMBERSHIPSTATUS¶
The status of the membership.
it_memberabilities TYPE /AWS1/CL_CRMMEMBERABILITIES_W=>TT_MEMBERABILITIES TT_MEMBERABILITIES¶
The abilities granted to the collaboration member.
io_paymentconfiguration TYPE REF TO /AWS1/CL_CRMMEMBERSHIPPMNTCONF /AWS1/CL_CRMMEMBERSHIPPMNTCONF¶
The payment responsibilities accepted by the collaboration member.
Optional arguments:¶
io_mlmemberabilities TYPE REF TO /AWS1/CL_CRMMLMEMBERABILITIES /AWS1/CL_CRMMLMEMBERABILITIES¶
Provides a summary of the ML abilities for the collaboration member.
Queryable Attributes¶
id¶
The unique ID for the membership's collaboration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
arn¶
The unique ARN for the membership.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
collaborationArn¶
The unique ARN for the membership's associated collaboration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLLABORATIONARN() |
Getter for COLLABORATIONARN, with configurable default |
ASK_COLLABORATIONARN() |
Getter for COLLABORATIONARN w/ exceptions if field has no va |
HAS_COLLABORATIONARN() |
Determine if COLLABORATIONARN has a value |
collaborationId¶
The unique ID for the membership's collaboration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLLABORATIONID() |
Getter for COLLABORATIONID, with configurable default |
ASK_COLLABORATIONID() |
Getter for COLLABORATIONID w/ exceptions if field has no val |
HAS_COLLABORATIONID() |
Determine if COLLABORATIONID has a value |
collaborationCreatorAccountId¶
The identifier of the Amazon Web Services principal that created the collaboration. Currently only supports Amazon Web Services account ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLLABORATIONCREATORAC00() |
Getter for COLLABORATIONCREATORACCTID, with configurable def |
ASK_COLLABORATIONCREATORAC00() |
Getter for COLLABORATIONCREATORACCTID w/ exceptions if field |
HAS_COLLABORATIONCREATORAC00() |
Determine if COLLABORATIONCREATORACCTID has a value |
collaborationCreatorDisplayName¶
The display name of the collaboration creator.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLLABORATIONCREATORDS00() |
Getter for COLLABORATIONCREATORDSPNAME, with configurable de |
ASK_COLLABORATIONCREATORDS00() |
Getter for COLLABORATIONCREATORDSPNAME w/ exceptions if fiel |
HAS_COLLABORATIONCREATORDS00() |
Determine if COLLABORATIONCREATORDSPNAME has a value |
collaborationName¶
The name for the membership's collaboration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_COLLABORATIONNAME() |
Getter for COLLABORATIONNAME, with configurable default |
ASK_COLLABORATIONNAME() |
Getter for COLLABORATIONNAME w/ exceptions if field has no v |
HAS_COLLABORATIONNAME() |
Determine if COLLABORATIONNAME has a value |
createTime¶
The time when the membership was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATETIME() |
Getter for CREATETIME, with configurable default |
ASK_CREATETIME() |
Getter for CREATETIME w/ exceptions if field has no value |
HAS_CREATETIME() |
Determine if CREATETIME has a value |
updateTime¶
The time the membership metadata was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATETIME() |
Getter for UPDATETIME, with configurable default |
ASK_UPDATETIME() |
Getter for UPDATETIME w/ exceptions if field has no value |
HAS_UPDATETIME() |
Determine if UPDATETIME has a value |
status¶
The status of the membership.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
memberAbilities¶
The abilities granted to the collaboration member.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMBERABILITIES() |
Getter for MEMBERABILITIES, with configurable default |
ASK_MEMBERABILITIES() |
Getter for MEMBERABILITIES w/ exceptions if field has no val |
HAS_MEMBERABILITIES() |
Determine if MEMBERABILITIES has a value |
mlMemberAbilities¶
Provides a summary of the ML abilities for the collaboration member.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MLMEMBERABILITIES() |
Getter for MLMEMBERABILITIES |
paymentConfiguration¶
The payment responsibilities accepted by the collaboration member.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYMENTCONFIGURATION() |
Getter for PAYMENTCONFIGURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MEMBERSHIPSUMMARYLIST¶
TYPES TT_MEMBERSHIPSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CRMMEMBERSHIPSUMMARY WITH DEFAULT KEY
.