/AWS1/CL_WKRBLOCKEDGUESTUSER¶
Represents a guest user who has been blocked from accessing a Wickr network.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_username TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The username of the blocked guest user.
iv_admin TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The username of the administrator who blocked this guest user.
iv_modified TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The timestamp when the guest user was blocked or last modified.
iv_usernamehash TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The unique username hash identifier for the blocked guest user.
Queryable Attributes¶
username¶
The username of the blocked guest user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERNAME() |
Getter for USERNAME, with configurable default |
ASK_USERNAME() |
Getter for USERNAME w/ exceptions if field has no value |
HAS_USERNAME() |
Determine if USERNAME has a value |
admin¶
The username of the administrator who blocked this guest user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADMIN() |
Getter for ADMIN, with configurable default |
ASK_ADMIN() |
Getter for ADMIN w/ exceptions if field has no value |
HAS_ADMIN() |
Determine if ADMIN has a value |
modified¶
The timestamp when the guest user was blocked or last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODIFIED() |
Getter for MODIFIED, with configurable default |
ASK_MODIFIED() |
Getter for MODIFIED w/ exceptions if field has no value |
HAS_MODIFIED() |
Determine if MODIFIED has a value |
usernameHash¶
The unique username hash identifier for the blocked guest user.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERNAMEHASH() |
Getter for USERNAMEHASH, with configurable default |
ASK_USERNAMEHASH() |
Getter for USERNAMEHASH w/ exceptions if field has no value |
HAS_USERNAMEHASH() |
Determine if USERNAMEHASH 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_BLOCKEDGUESTUSERLIST¶
TYPES TT_BLOCKEDGUESTUSERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WKRBLOCKEDGUESTUSER WITH DEFAULT KEY
.