/AWS1/CL_PTTUPDATECONNPREFSRSP¶
UpdateConnectionPreferencesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_catalog TYPE /AWS1/PTTCATALOG /AWS1/PTTCATALOG¶
The catalog identifier for the partner account.
iv_arn TYPE /AWS1/PTTCONNECTIONPREFSARN /AWS1/PTTCONNECTIONPREFSARN¶
The Amazon Resource Name (ARN) of the updated connection preferences.
iv_accesstype TYPE /AWS1/PTTACCESSTYPE /AWS1/PTTACCESSTYPE¶
The updated access type setting for connections.
iv_updatedat TYPE /AWS1/PTTDATETIME /AWS1/PTTDATETIME¶
The timestamp when the connection preferences were last updated.
iv_revision TYPE /AWS1/PTTREVISION /AWS1/PTTREVISION¶
The updated revision number of the connection preferences.
Optional arguments:¶
it_excludedparticipantids TYPE /AWS1/CL_PTTPARTICIDLIST_W=>TT_PARTICIPANTIDENTIFIERLIST TT_PARTICIPANTIDENTIFIERLIST¶
A list of participant IDs that are excluded from connection requests or interactions.
Queryable Attributes¶
Catalog¶
The catalog identifier for the partner account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATALOG() |
Getter for CATALOG, with configurable default |
ASK_CATALOG() |
Getter for CATALOG w/ exceptions if field has no value |
HAS_CATALOG() |
Determine if CATALOG has a value |
Arn¶
The Amazon Resource Name (ARN) of the updated connection preferences.
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 |
AccessType¶
The updated access type setting for connections.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACCESSTYPE() |
Getter for ACCESSTYPE, with configurable default |
ASK_ACCESSTYPE() |
Getter for ACCESSTYPE w/ exceptions if field has no value |
HAS_ACCESSTYPE() |
Determine if ACCESSTYPE has a value |
ExcludedParticipantIds¶
A list of participant IDs that are excluded from connection requests or interactions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXCLUDEDPARTICIPANTIDS() |
Getter for EXCLUDEDPARTICIPANTIDS, with configurable default |
ASK_EXCLUDEDPARTICIPANTIDS() |
Getter for EXCLUDEDPARTICIPANTIDS w/ exceptions if field has |
HAS_EXCLUDEDPARTICIPANTIDS() |
Determine if EXCLUDEDPARTICIPANTIDS has a value |
UpdatedAt¶
The timestamp when the connection preferences were last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
Revision¶
The updated revision number of the connection preferences.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVISION() |
Getter for REVISION, with configurable default |
ASK_REVISION() |
Getter for REVISION w/ exceptions if field has no value |
HAS_REVISION() |
Determine if REVISION has a value |