/AWS1/CL_WMLDESCRRESOURCERSP¶
DescribeResourceResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resourceid TYPE /AWS1/WMLRESOURCEID /AWS1/WMLRESOURCEID¶
The identifier of the described resource.
iv_email TYPE /AWS1/WMLEMAILADDRESS /AWS1/WMLEMAILADDRESS¶
The email of the described resource.
iv_name TYPE /AWS1/WMLRESOURCENAME /AWS1/WMLRESOURCENAME¶
The name of the described resource.
iv_type TYPE /AWS1/WMLRESOURCETYPE /AWS1/WMLRESOURCETYPE¶
The type of the described resource.
io_bookingoptions TYPE REF TO /AWS1/CL_WMLBOOKINGOPTIONS /AWS1/CL_WMLBOOKINGOPTIONS¶
The booking options for the described resource.
iv_state TYPE /AWS1/WMLENTITYSTATE /AWS1/WMLENTITYSTATE¶
The state of the resource: enabled (registered to WorkMail), disabled (deregistered or never registered to WorkMail), or deleted.
iv_enableddate TYPE /AWS1/WMLTIMESTAMP /AWS1/WMLTIMESTAMP¶
The date and time when a resource was enabled for WorkMail, in UNIX epoch time format.
iv_disableddate TYPE /AWS1/WMLTIMESTAMP /AWS1/WMLTIMESTAMP¶
The date and time when a resource was disabled from WorkMail, in UNIX epoch time format.
iv_description TYPE /AWS1/WMLRESOURCEDESCRIPTION /AWS1/WMLRESOURCEDESCRIPTION¶
Description of the resource.
iv_hiddenfromglbaddresslist TYPE /AWS1/WMLBOOLEAN /AWS1/WMLBOOLEAN¶
If enabled, the resource is hidden from the global address list.
Queryable Attributes¶
ResourceId¶
The identifier of the described resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEID() |
Getter for RESOURCEID, with configurable default |
ASK_RESOURCEID() |
Getter for RESOURCEID w/ exceptions if field has no value |
HAS_RESOURCEID() |
Determine if RESOURCEID has a value |
Email¶
The email of the described resource.
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 described resource.
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 |
Type¶
The type of the described resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
BookingOptions¶
The booking options for the described resource.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BOOKINGOPTIONS() |
Getter for BOOKINGOPTIONS |
State¶
The state of the resource: enabled (registered to WorkMail), disabled (deregistered or never registered to WorkMail), 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 and time when a resource was enabled for WorkMail, in UNIX epoch time format.
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 and time when a resource was disabled from WorkMail, in UNIX epoch time format.
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 |
Description¶
Description of the resource.
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 |
HiddenFromGlobalAddressList¶
If enabled, the resource is hidden from the global address list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HIDDENFROMGLBADDRESSLIST() |
Getter for HIDDENFROMGLOBALADDRESSLIST |