Skip to content

/AWS1/CL_REVUSERJOURNEYSUMMARY

Contains summary information about a user journey.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_userjourneyid TYPE /AWS1/REVUSERJOURNEYID /AWS1/REVUSERJOURNEYID

The unique identifier of the user journey.

iv_name TYPE /AWS1/REVENTITYLABEL /AWS1/REVENTITYLABEL

Entity label (not part of ARN — spaces allowed).

Optional arguments:

iv_createdat TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP

The timestamp when the user journey was created.

iv_updatedat TYPE /AWS1/REVTIMESTAMP /AWS1/REVTIMESTAMP

The timestamp when the user journey was last updated.


Queryable Attributes

userJourneyId

The unique identifier of the user journey.

Accessible with the following methods

Method Description
GET_USERJOURNEYID() Getter for USERJOURNEYID, with configurable default
ASK_USERJOURNEYID() Getter for USERJOURNEYID w/ exceptions if field has no value
HAS_USERJOURNEYID() Determine if USERJOURNEYID has a value

name

Entity label (not part of ARN — spaces allowed).

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

createdAt

The timestamp when the user journey was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The timestamp when the user journey was last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT 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_USERJOURNEYSUMMARYLIST

TYPES TT_USERJOURNEYSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_REVUSERJOURNEYSUMMARY WITH DEFAULT KEY
.