/AWS1/CL_PPMMETAFLOWSUMMARY¶
Contains summary information about a WhatsApp Flow, including its ID, name, status, and categories.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_flowid TYPE /AWS1/PPMMETAFLOWID /AWS1/PPMMETAFLOWID¶
The unique identifier of the Flow assigned by Meta.
iv_flowname TYPE /AWS1/PPMMETAFLOWNAME /AWS1/PPMMETAFLOWNAME¶
The name of the Flow.
iv_flowstatus TYPE /AWS1/PPMMETAFLOWSTATUS /AWS1/PPMMETAFLOWSTATUS¶
The lifecycle status of the Flow (DRAFT, PUBLISHED, DEPRECATED, BLOCKED, or THROTTLED).
it_flowcategories TYPE /AWS1/CL_PPMMETAFLOWCATLIST_W=>TT_METAFLOWCATEGORYLIST TT_METAFLOWCATEGORYLIST¶
The categories that classify the business purpose of the Flow.
it_validationerrors TYPE /AWS1/CL_PPMVLDTNERRORLIST_W=>TT_VALIDATIONERRORLIST TT_VALIDATIONERRORLIST¶
A list of validation errors from Meta, if any.
Queryable Attributes¶
flowId¶
The unique identifier of the Flow assigned by Meta.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWID() |
Getter for FLOWID, with configurable default |
ASK_FLOWID() |
Getter for FLOWID w/ exceptions if field has no value |
HAS_FLOWID() |
Determine if FLOWID has a value |
flowName¶
The name of the Flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWNAME() |
Getter for FLOWNAME, with configurable default |
ASK_FLOWNAME() |
Getter for FLOWNAME w/ exceptions if field has no value |
HAS_FLOWNAME() |
Determine if FLOWNAME has a value |
flowStatus¶
The lifecycle status of the Flow (DRAFT, PUBLISHED, DEPRECATED, BLOCKED, or THROTTLED).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWSTATUS() |
Getter for FLOWSTATUS, with configurable default |
ASK_FLOWSTATUS() |
Getter for FLOWSTATUS w/ exceptions if field has no value |
HAS_FLOWSTATUS() |
Determine if FLOWSTATUS has a value |
flowCategories¶
The categories that classify the business purpose of the Flow.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLOWCATEGORIES() |
Getter for FLOWCATEGORIES, with configurable default |
ASK_FLOWCATEGORIES() |
Getter for FLOWCATEGORIES w/ exceptions if field has no valu |
HAS_FLOWCATEGORIES() |
Determine if FLOWCATEGORIES has a value |
validationErrors¶
A list of validation errors from Meta, if any.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDATIONERRORS() |
Getter for VALIDATIONERRORS, with configurable default |
ASK_VALIDATIONERRORS() |
Getter for VALIDATIONERRORS w/ exceptions if field has no va |
HAS_VALIDATIONERRORS() |
Determine if VALIDATIONERRORS 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_METAFLOWSUMMARYLIST¶
TYPES TT_METAFLOWSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_PPMMETAFLOWSUMMARY WITH DEFAULT KEY
.