/AWS1/CL_WMLGROUP¶
The representation of an WorkMail group.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_id
TYPE /AWS1/WMLWORKMAILIDENTIFIER
/AWS1/WMLWORKMAILIDENTIFIER
¶
The identifier of the group.
iv_email
TYPE /AWS1/WMLEMAILADDRESS
/AWS1/WMLEMAILADDRESS
¶
The email of the group.
iv_name
TYPE /AWS1/WMLGROUPNAME
/AWS1/WMLGROUPNAME
¶
The name of the group.
iv_state
TYPE /AWS1/WMLENTITYSTATE
/AWS1/WMLENTITYSTATE
¶
The state of the group, which can be ENABLED, DISABLED, or DELETED.
iv_enableddate
TYPE /AWS1/WMLTIMESTAMP
/AWS1/WMLTIMESTAMP
¶
The date indicating when the group was enabled for WorkMail use.
iv_disableddate
TYPE /AWS1/WMLTIMESTAMP
/AWS1/WMLTIMESTAMP
¶
The date indicating when the group was disabled from WorkMail use.
Queryable Attributes¶
Id¶
The identifier of the group.
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 |
Email¶
The email of the group.
Accessible with the following methods¶
Method | Description |
---|---|
GET_EMAIL() |
Getter for EMAIL, with configurable default |
ASK_EMAIL() |
Getter for EMAIL w/ exceptions if field has no value |
HAS_EMAIL() |
Determine if EMAIL has a value |
Name¶
The name of the group.
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 |
State¶
The state of the group, which can be ENABLED, DISABLED, or DELETED.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATE() |
Getter for STATE, with configurable default |
ASK_STATE() |
Getter for STATE w/ exceptions if field has no value |
HAS_STATE() |
Determine if STATE has a value |
EnabledDate¶
The date indicating when the group was enabled for WorkMail use.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENABLEDDATE() |
Getter for ENABLEDDATE, with configurable default |
ASK_ENABLEDDATE() |
Getter for ENABLEDDATE w/ exceptions if field has no value |
HAS_ENABLEDDATE() |
Determine if ENABLEDDATE has a value |
DisabledDate¶
The date indicating when the group was disabled from WorkMail use.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DISABLEDDATE() |
Getter for DISABLEDDATE, with configurable default |
ASK_DISABLEDDATE() |
Getter for DISABLEDDATE w/ exceptions if field has no value |
HAS_DISABLEDDATE() |
Determine if DISABLEDDATE 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_GROUPS
¶
TYPES TT_GROUPS TYPE STANDARD TABLE OF REF TO /AWS1/CL_WMLGROUP WITH DEFAULT KEY
.