/AWS1/CL_GLAGRANTEE¶
Contains information about the grantee.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_type TYPE /AWS1/GLATYPE /AWS1/GLATYPE¶
Type of grantee
Optional arguments:¶
iv_displayname TYPE /AWS1/GLASTRING /AWS1/GLASTRING¶
Screen name of the grantee.
iv_uri TYPE /AWS1/GLASTRING /AWS1/GLASTRING¶
URI of the grantee group.
iv_id TYPE /AWS1/GLASTRING /AWS1/GLASTRING¶
The canonical user ID of the grantee.
iv_emailaddress TYPE /AWS1/GLASTRING /AWS1/GLASTRING¶
Email address of the grantee.
Queryable Attributes¶
Type¶
Type of grantee
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 |
DisplayName¶
Screen name of the grantee.
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 |
URI¶
URI of the grantee group.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_URI() |
Getter for URI, with configurable default |
ASK_URI() |
Getter for URI w/ exceptions if field has no value |
HAS_URI() |
Determine if URI has a value |
ID¶
The canonical user ID of the grantee.
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 |
EmailAddress¶
Email address of the grantee.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EMAILADDRESS() |
Getter for EMAILADDRESS, with configurable default |
ASK_EMAILADDRESS() |
Getter for EMAILADDRESS w/ exceptions if field has no value |
HAS_EMAILADDRESS() |
Determine if EMAILADDRESS has a value |