/AWS1/CL_CN2PFLOUTBOUNDREQUEST¶
Information about a profile outbound request
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_clienttoken TYPE /AWS1/CN2CLIENTTOKEN /AWS1/CN2CLIENTTOKEN¶
Client provided parameter used for idempotency. Its value must be unique for each request.
iv_profileid TYPE /AWS1/CN2PROFILEID /AWS1/CN2PROFILEID¶
Identifier of the customer profile
Optional arguments:¶
iv_expirationtime TYPE /AWS1/CN2TIMESTAMP /AWS1/CN2TIMESTAMP¶
Timestamp with no UTC offset or timezone
Queryable Attributes¶
clientToken¶
Client provided parameter used for idempotency. Its value must be unique for each request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTTOKEN() |
Getter for CLIENTTOKEN, with configurable default |
ASK_CLIENTTOKEN() |
Getter for CLIENTTOKEN w/ exceptions if field has no value |
HAS_CLIENTTOKEN() |
Determine if CLIENTTOKEN has a value |
profileId¶
Identifier of the customer profile
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILEID() |
Getter for PROFILEID, with configurable default |
ASK_PROFILEID() |
Getter for PROFILEID w/ exceptions if field has no value |
HAS_PROFILEID() |
Determine if PROFILEID has a value |
expirationTime¶
Timestamp with no UTC offset or timezone
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRATIONTIME() |
Getter for EXPIRATIONTIME, with configurable default |
ASK_EXPIRATIONTIME() |
Getter for EXPIRATIONTIME w/ exceptions if field has no valu |
HAS_EXPIRATIONTIME() |
Determine if EXPIRATIONTIME 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_PROFILEOUTBOUNDREQUESTLIST¶
TYPES TT_PROFILEOUTBOUNDREQUESTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CN2PFLOUTBOUNDREQUEST WITH DEFAULT KEY
.