/AWS1/CL_ORGHANDSHAKEPARTY¶
Contains details for a participant in a handshake.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/ORGHANDSHAKEPARTYID /AWS1/ORGHANDSHAKEPARTYID¶
ID for the participant: Acccount ID, organization ID, or email address.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.
iv_type TYPE /AWS1/ORGHANDSHAKEPARTYTYPE /AWS1/ORGHANDSHAKEPARTYTYPE¶
The type of ID for the participant.
ORGANIZATION is valid only in the response context (identifying the inviting organization). Valid input values for the Target parameter are ACCOUNT and EMAIL only.
Queryable Attributes¶
Id¶
ID for the participant: Acccount ID, organization ID, or email address.
The regex pattern for handshake ID string requires "h-" followed by from 8 to 32 lowercase letters or digits.
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 |
Type¶
The type of ID for the participant.
ORGANIZATION is valid only in the response context (identifying the inviting organization). Valid input values for the Target parameter are ACCOUNT and EMAIL only.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE 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_HANDSHAKEPARTIES¶
TYPES TT_HANDSHAKEPARTIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_ORGHANDSHAKEPARTY WITH DEFAULT KEY
.