/AWS1/CL_PPMMETAFLOWPRVINFO¶
Contains the preview URL for testing a WhatsApp Flow and its expiration timestamp.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_previewurl TYPE /AWS1/PPMMETAFLOWPREVIEWURL /AWS1/PPMMETAFLOWPREVIEWURL¶
The web URL for previewing the Flow. Can be shared with stakeholders for review.
iv_expiresat TYPE /AWS1/PPMMETAFLOWTIMESTAMP /AWS1/PPMMETAFLOWTIMESTAMP¶
The timestamp when the preview URL expires.
Queryable Attributes¶
previewUrl¶
The web URL for previewing the Flow. Can be shared with stakeholders for review.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREVIEWURL() |
Getter for PREVIEWURL, with configurable default |
ASK_PREVIEWURL() |
Getter for PREVIEWURL w/ exceptions if field has no value |
HAS_PREVIEWURL() |
Determine if PREVIEWURL has a value |
expiresAt¶
The timestamp when the preview URL expires.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRESAT() |
Getter for EXPIRESAT, with configurable default |
ASK_EXPIRESAT() |
Getter for EXPIRESAT w/ exceptions if field has no value |
HAS_EXPIRESAT() |
Determine if EXPIRESAT has a value |