/AWS1/CL_AFBSIPADDRESS¶
The SIP address for the contact containing the URI and SIP address type.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_uri TYPE /AWS1/AFBSIPURI /AWS1/AFBSIPURI¶
The URI for the SIP address.
iv_type TYPE /AWS1/AFBSIPTYPE /AWS1/AFBSIPTYPE¶
The type of the SIP address.
Queryable Attributes¶
Uri¶
The URI for the SIP address.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URI() |
Getter for URI, with configurable default |
ASK_URI() |
Getter for URI w/ exceptions if field has no value |
HAS_URI() |
Determine if URI has a value |
Type¶
The type of the SIP address.
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_SIPADDRESSLIST¶
TYPES TT_SIPADDRESSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_AFBSIPADDRESS WITH DEFAULT KEY
.