/AWS1/CL_CUSSEGMENTDEFNITEM¶
Object holding the segment definition fields.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_segmentdefinitionname TYPE /AWS1/CUSNAME /AWS1/CUSNAME¶
Name of the segment definition.
iv_displayname TYPE /AWS1/CUSSTRING1TO255 /AWS1/CUSSTRING1TO255¶
Display name of the segment definition.
iv_description TYPE /AWS1/CUSSENSSTRING1TO4000 /AWS1/CUSSENSSTRING1TO4000¶
The description of the segment definition.
iv_segmentdefinitionarn TYPE /AWS1/CUSSEGMENTDEFINITIONARN /AWS1/CUSSEGMENTDEFINITIONARN¶
The arn of the segment definition.
iv_createdat TYPE /AWS1/CUSTIMESTAMP /AWS1/CUSTIMESTAMP¶
When the segment definition was created.
it_tags TYPE /AWS1/CL_CUSTAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The tags belonging to the segment definition.
iv_segmenttype TYPE /AWS1/CUSSEGMENTTYPE /AWS1/CUSSEGMENTTYPE¶
The segment type.
Classic : Segments created using traditional SegmentGroup structure
Enhanced : Segments created using SQL queries
Queryable Attributes¶
SegmentDefinitionName¶
Name of the segment definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEGMENTDEFINITIONNAME() |
Getter for SEGMENTDEFINITIONNAME, with configurable default |
ASK_SEGMENTDEFINITIONNAME() |
Getter for SEGMENTDEFINITIONNAME w/ exceptions if field has |
HAS_SEGMENTDEFINITIONNAME() |
Determine if SEGMENTDEFINITIONNAME has a value |
DisplayName¶
Display name of the segment definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISPLAYNAME() |
Getter for DISPLAYNAME, with configurable default |
ASK_DISPLAYNAME() |
Getter for DISPLAYNAME w/ exceptions if field has no value |
HAS_DISPLAYNAME() |
Determine if DISPLAYNAME has a value |
Description¶
The description of the segment definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
SegmentDefinitionArn¶
The arn of the segment definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEGMENTDEFINITIONARN() |
Getter for SEGMENTDEFINITIONARN, with configurable default |
ASK_SEGMENTDEFINITIONARN() |
Getter for SEGMENTDEFINITIONARN w/ exceptions if field has n |
HAS_SEGMENTDEFINITIONARN() |
Determine if SEGMENTDEFINITIONARN has a value |
CreatedAt¶
When the segment definition 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 |
Tags¶
The tags belonging to the segment definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
SegmentType¶
The segment type.
Classic : Segments created using traditional SegmentGroup structure
Enhanced : Segments created using SQL queries
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SEGMENTTYPE() |
Getter for SEGMENTTYPE, with configurable default |
ASK_SEGMENTTYPE() |
Getter for SEGMENTTYPE w/ exceptions if field has no value |
HAS_SEGMENTTYPE() |
Determine if SEGMENTTYPE 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_SEGMENTDEFINITIONSLIST¶
TYPES TT_SEGMENTDEFINITIONSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CUSSEGMENTDEFNITEM WITH DEFAULT KEY
.