/AWS1/CL_QSTSNAPSHOTJOBRESULT¶
An object that provides information on the result of a snapshot job. This object provides information about the job, the job status, and the location of the generated file.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_anonymoususers TYPE /AWS1/CL_QSTANONYMOUSUSERSNA00=>TT_ANONYMOUSUSERSNAPJOBRSLTLST TT_ANONYMOUSUSERSNAPJOBRSLTLST¶
A list of
AnonymousUserSnapshotJobResultobjects that contain information on anonymous users and their user configurations. This data provided by you when you make aStartDashboardSnapshotJobAPI call.
it_registeredusers TYPE /AWS1/CL_QSTREGUSERSNAPJOBRS=>TT_REGDUSERSNAPJOBRESULTLIST TT_REGDUSERSNAPJOBRESULTLIST¶
A list of
RegisteredUserSnapshotJobResultobjects that contain information about files that are requested for registered user during aStartDashboardSnapshotJobAPI call.
Queryable Attributes¶
AnonymousUsers¶
A list of
AnonymousUserSnapshotJobResultobjects that contain information on anonymous users and their user configurations. This data provided by you when you make aStartDashboardSnapshotJobAPI call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANONYMOUSUSERS() |
Getter for ANONYMOUSUSERS, with configurable default |
ASK_ANONYMOUSUSERS() |
Getter for ANONYMOUSUSERS w/ exceptions if field has no valu |
HAS_ANONYMOUSUSERS() |
Determine if ANONYMOUSUSERS has a value |
RegisteredUsers¶
A list of
RegisteredUserSnapshotJobResultobjects that contain information about files that are requested for registered user during aStartDashboardSnapshotJobAPI call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REGISTEREDUSERS() |
Getter for REGISTEREDUSERS, with configurable default |
ASK_REGISTEREDUSERS() |
Getter for REGISTEREDUSERS w/ exceptions if field has no val |
HAS_REGISTEREDUSERS() |
Determine if REGISTEREDUSERS has a value |