/AWS1/CL_CNTREALTIMECONTACTA14¶
Segment containing list of attachments.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_id TYPE /AWS1/CNTREALTIMECONTACTALYI00 /AWS1/CNTREALTIMECONTACTALYI00¶
The identifier of the segment.
iv_participantid TYPE /AWS1/CNTPARTICIPANTID /AWS1/CNTPARTICIPANTID¶
The identifier of the participant.
iv_participantrole TYPE /AWS1/CNTPARTICIPANTROLE /AWS1/CNTPARTICIPANTROLE¶
The role of the participant. For example, is it a customer, agent, or system.
it_attachments TYPE /AWS1/CL_CNTREALTIMECONTACTA15=>TT_REALTIMECONTACTALYATTACHM00 TT_REALTIMECONTACTALYATTACHM00¶
List of objects describing an individual attachment.
io_time TYPE REF TO /AWS1/CL_CNTREALTIMECONTACTA03 /AWS1/CL_CNTREALTIMECONTACTA03¶
Field describing the time of the event. It can have different representations of time.
Optional arguments:¶
iv_displayname TYPE /AWS1/CNTDISPLAYNAME /AWS1/CNTDISPLAYNAME¶
The display name of the participant. Can be redacted.
Queryable Attributes¶
Id¶
The identifier of the segment.
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 |
ParticipantId¶
The identifier of the participant.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTICIPANTID() |
Getter for PARTICIPANTID, with configurable default |
ASK_PARTICIPANTID() |
Getter for PARTICIPANTID w/ exceptions if field has no value |
HAS_PARTICIPANTID() |
Determine if PARTICIPANTID has a value |
ParticipantRole¶
The role of the participant. For example, is it a customer, agent, or system.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARTICIPANTROLE() |
Getter for PARTICIPANTROLE, with configurable default |
ASK_PARTICIPANTROLE() |
Getter for PARTICIPANTROLE w/ exceptions if field has no val |
HAS_PARTICIPANTROLE() |
Determine if PARTICIPANTROLE has a value |
DisplayName¶
The display name of the participant. Can be redacted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
Attachments¶
List of objects describing an individual attachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTACHMENTS() |
Getter for ATTACHMENTS, with configurable default |
ASK_ATTACHMENTS() |
Getter for ATTACHMENTS w/ exceptions if field has no value |
HAS_ATTACHMENTS() |
Determine if ATTACHMENTS has a value |
Time¶
Field describing the time of the event. It can have different representations of time.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIME() |
Getter for TIME |