/AWS1/CL_VIDLSTFRAUDSTERREGJ01¶
ListFraudsterRegistrationJobsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_jobsummaries TYPE /AWS1/CL_VIDFRAUDSTERREGJOBS00=>TT_FRAUDSTERREGJOBSUMMARIES TT_FRAUDSTERREGJOBSUMMARIES¶
A list containing details about each specified fraudster registration job.
iv_nexttoken TYPE /AWS1/VIDSTRING /AWS1/VIDSTRING¶
If
NextTokenis returned, there are more results available. The value ofNextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.
Queryable Attributes¶
JobSummaries¶
A list containing details about each specified fraudster registration job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBSUMMARIES() |
Getter for JOBSUMMARIES, with configurable default |
ASK_JOBSUMMARIES() |
Getter for JOBSUMMARIES w/ exceptions if field has no value |
HAS_JOBSUMMARIES() |
Determine if JOBSUMMARIES has a value |
NextToken¶
If
NextTokenis returned, there are more results available. The value ofNextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |