/AWS1/CL_PTSSENDERCONTACT¶
An object that contains the details of the sender-provided contact person for the EngagementInvitation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_email TYPE /AWS1/PTSSENDERCONTACTEMAIL /AWS1/PTSSENDERCONTACTEMAIL¶
The sender-provided contact's email address associated with the
EngagementInvitation.
Optional arguments:¶
iv_firstname TYPE /AWS1/PTSNAME /AWS1/PTSNAME¶
The sender-provided contact's last name associated with the
EngagementInvitation.
iv_lastname TYPE /AWS1/PTSNAME /AWS1/PTSNAME¶
The sender-provided contact's first name associated with the
EngagementInvitation.
iv_businesstitle TYPE /AWS1/PTSJOBTITLE /AWS1/PTSJOBTITLE¶
The sender-provided contact's title (job title or role) associated with the
EngagementInvitation.
iv_phone TYPE /AWS1/PTSPHONENUMBER /AWS1/PTSPHONENUMBER¶
The sender-provided contact's phone number associated with the
EngagementInvitation.
Queryable Attributes¶
Email¶
The sender-provided contact's email address associated with the
EngagementInvitation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EMAIL() |
Getter for EMAIL, with configurable default |
ASK_EMAIL() |
Getter for EMAIL w/ exceptions if field has no value |
HAS_EMAIL() |
Determine if EMAIL has a value |
FirstName¶
The sender-provided contact's last name associated with the
EngagementInvitation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIRSTNAME() |
Getter for FIRSTNAME, with configurable default |
ASK_FIRSTNAME() |
Getter for FIRSTNAME w/ exceptions if field has no value |
HAS_FIRSTNAME() |
Determine if FIRSTNAME has a value |
LastName¶
The sender-provided contact's first name associated with the
EngagementInvitation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTNAME() |
Getter for LASTNAME, with configurable default |
ASK_LASTNAME() |
Getter for LASTNAME w/ exceptions if field has no value |
HAS_LASTNAME() |
Determine if LASTNAME has a value |
BusinessTitle¶
The sender-provided contact's title (job title or role) associated with the
EngagementInvitation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUSINESSTITLE() |
Getter for BUSINESSTITLE, with configurable default |
ASK_BUSINESSTITLE() |
Getter for BUSINESSTITLE w/ exceptions if field has no value |
HAS_BUSINESSTITLE() |
Determine if BUSINESSTITLE has a value |
Phone¶
The sender-provided contact's phone number associated with the
EngagementInvitation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PHONE() |
Getter for PHONE, with configurable default |
ASK_PHONE() |
Getter for PHONE w/ exceptions if field has no value |
HAS_PHONE() |
Determine if PHONE 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_SENDERCONTACTLIST¶
TYPES TT_SENDERCONTACTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PTSSENDERCONTACT WITH DEFAULT KEY
.