/AWS1/CL_WKRGUESTUSER¶
Represents a guest user who has accessed the network from a federated Wickr network.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_billingperiod TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The billing period when this guest user accessed the network (e.g., '2024-01').
iv_username TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The username of the guest user.
iv_usernamehash TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The unique username hash identifier for the guest user.
Queryable Attributes¶
billingPeriod¶
The billing period when this guest user accessed the network (e.g., '2024-01').
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BILLINGPERIOD() |
Getter for BILLINGPERIOD, with configurable default |
ASK_BILLINGPERIOD() |
Getter for BILLINGPERIOD w/ exceptions if field has no value |
HAS_BILLINGPERIOD() |
Determine if BILLINGPERIOD has a value |
username¶
The username of the 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 |
usernameHash¶
The unique username hash identifier for the 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_GUESTUSERLIST¶
TYPES TT_GUESTUSERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_WKRGUESTUSER WITH DEFAULT KEY
.