/AWS1/CL_NIMNEWSTUDIOMEMBER¶
A new studio user's membership.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_persona TYPE /AWS1/NIMSTUDIOPERSONA /AWS1/NIMSTUDIOPERSONA¶
The persona.
iv_principalid TYPE /AWS1/NIMSTRING /AWS1/NIMSTRING¶
The principal ID.
Queryable Attributes¶
persona¶
The persona.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PERSONA() |
Getter for PERSONA, with configurable default |
ASK_PERSONA() |
Getter for PERSONA w/ exceptions if field has no value |
HAS_PERSONA() |
Determine if PERSONA has a value |
principalId¶
The principal ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRINCIPALID() |
Getter for PRINCIPALID, with configurable default |
ASK_PRINCIPALID() |
Getter for PRINCIPALID w/ exceptions if field has no value |
HAS_PRINCIPALID() |
Determine if PRINCIPALID 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_NEWSTUDIOMEMBERLIST¶
TYPES TT_NEWSTUDIOMEMBERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_NIMNEWSTUDIOMEMBER WITH DEFAULT KEY
.