/AWS1/CL_PPMMETAFLOWAPPINFO¶
Contains the Meta application metadata associated with a WhatsApp Flow.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_name TYPE /AWS1/PPMMETAFLOWAPPNAME /AWS1/PPMMETAFLOWAPPNAME¶
The name of the Meta application.
iv_id TYPE /AWS1/PPMMETAFLOWAPPLICATIONID /AWS1/PPMMETAFLOWAPPLICATIONID¶
The unique identifier of the Meta application.
Optional arguments:¶
iv_link TYPE /AWS1/PPMMETAFLOWAPPLINK /AWS1/PPMMETAFLOWAPPLINK¶
The URL link for the Meta application.
Queryable Attributes¶
link¶
The URL link for the Meta application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LINK() |
Getter for LINK, with configurable default |
ASK_LINK() |
Getter for LINK w/ exceptions if field has no value |
HAS_LINK() |
Determine if LINK has a value |
name¶
The name of the Meta application.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
id¶
The unique identifier of the Meta application.
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 |