Skip to content

/AWS1/CL_SE2GETCONTACTLISTRSP

GetContactListResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_CONTACTLISTNAME TYPE /AWS1/SE2CONTACTLISTNAME /AWS1/SE2CONTACTLISTNAME

The name of the contact list.

IT_TOPICS TYPE /AWS1/CL_SE2TOPIC=>TT_TOPICS TT_TOPICS

An interest group, theme, or label within a list. A contact list can have multiple topics.

IV_DESCRIPTION TYPE /AWS1/SE2DESCRIPTION /AWS1/SE2DESCRIPTION

A description of what the contact list is about.

IV_CREATEDTIMESTAMP TYPE /AWS1/SE2TIMESTAMP /AWS1/SE2TIMESTAMP

A timestamp noting when the contact list was created.

IV_LASTUPDATEDTIMESTAMP TYPE /AWS1/SE2TIMESTAMP /AWS1/SE2TIMESTAMP

A timestamp noting the last time the contact list was updated.

IT_TAGS TYPE /AWS1/CL_SE2TAG=>TT_TAGLIST TT_TAGLIST

The tags associated with a contact list.


Queryable Attributes

ContactListName

The name of the contact list.

Accessible with the following methods

Method Description
GET_CONTACTLISTNAME() Getter for CONTACTLISTNAME, with configurable default
ASK_CONTACTLISTNAME() Getter for CONTACTLISTNAME w/ exceptions if field has no val
HAS_CONTACTLISTNAME() Determine if CONTACTLISTNAME has a value

Topics

An interest group, theme, or label within a list. A contact list can have multiple topics.

Accessible with the following methods

Method Description
GET_TOPICS() Getter for TOPICS, with configurable default
ASK_TOPICS() Getter for TOPICS w/ exceptions if field has no value
HAS_TOPICS() Determine if TOPICS has a value

Description

A description of what the contact list is about.

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

CreatedTimestamp

A timestamp noting when the contact list was created.

Accessible with the following methods

Method Description
GET_CREATEDTIMESTAMP() Getter for CREATEDTIMESTAMP, with configurable default
ASK_CREATEDTIMESTAMP() Getter for CREATEDTIMESTAMP w/ exceptions if field has no va
HAS_CREATEDTIMESTAMP() Determine if CREATEDTIMESTAMP has a value

LastUpdatedTimestamp

A timestamp noting the last time the contact list was updated.

Accessible with the following methods

Method Description
GET_LASTUPDATEDTIMESTAMP() Getter for LASTUPDATEDTIMESTAMP, with configurable default
ASK_LASTUPDATEDTIMESTAMP() Getter for LASTUPDATEDTIMESTAMP w/ exceptions if field has n
HAS_LASTUPDATEDTIMESTAMP() Determine if LASTUPDATEDTIMESTAMP has a value

Tags

The tags associated with a contact list.

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