/AWS1/CL_QQACRELIBRARYITEMOUT¶
CreateLibraryItemOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_libraryitemid TYPE /AWS1/QQAUUID /AWS1/QQAUUID¶
The unique identifier of the new library item.
iv_status TYPE /AWS1/QQASTRING /AWS1/QQASTRING¶
The status of the new library item, such as "Published".
iv_createdat TYPE /AWS1/QQAQAPPSTIMESTAMP /AWS1/QQAQAPPSTIMESTAMP¶
The date and time the library item was created.
iv_createdby TYPE /AWS1/QQASTRING /AWS1/QQASTRING¶
The user who created the library item.
iv_ratingcount TYPE /AWS1/QQAINTEGER /AWS1/QQAINTEGER¶
The number of ratings the library item has received from users.
Optional arguments:¶
iv_updatedat TYPE /AWS1/QQAQAPPSTIMESTAMP /AWS1/QQAQAPPSTIMESTAMP¶
The date and time the library item was last updated.
iv_updatedby TYPE /AWS1/QQASTRING /AWS1/QQASTRING¶
The user who last updated the library item.
iv_isverified TYPE /AWS1/QQABOOLEAN /AWS1/QQABOOLEAN¶
Indicates whether the library item has been verified.
Queryable Attributes¶
libraryItemId¶
The unique identifier of the new library item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LIBRARYITEMID() |
Getter for LIBRARYITEMID, with configurable default |
ASK_LIBRARYITEMID() |
Getter for LIBRARYITEMID w/ exceptions if field has no value |
HAS_LIBRARYITEMID() |
Determine if LIBRARYITEMID has a value |
status¶
The status of the new library item, such as "Published".
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
createdAt¶
The date and time the library item was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
createdBy¶
The user who created the library item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDBY() |
Getter for CREATEDBY, with configurable default |
ASK_CREATEDBY() |
Getter for CREATEDBY w/ exceptions if field has no value |
HAS_CREATEDBY() |
Determine if CREATEDBY has a value |
updatedAt¶
The date and time the library item was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |
updatedBy¶
The user who last updated the library item.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDBY() |
Getter for UPDATEDBY, with configurable default |
ASK_UPDATEDBY() |
Getter for UPDATEDBY w/ exceptions if field has no value |
HAS_UPDATEDBY() |
Determine if UPDATEDBY has a value |
ratingCount¶
The number of ratings the library item has received from users.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RATINGCOUNT() |
Getter for RATINGCOUNT, with configurable default |
ASK_RATINGCOUNT() |
Getter for RATINGCOUNT w/ exceptions if field has no value |
HAS_RATINGCOUNT() |
Determine if RATINGCOUNT has a value |
isVerified¶
Indicates whether the library item has been verified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISVERIFIED() |
Getter for ISVERIFIED, with configurable default |
ASK_ISVERIFIED() |
Getter for ISVERIFIED w/ exceptions if field has no value |
HAS_ISVERIFIED() |
Determine if ISVERIFIED has a value |