nextFlag property

String nextFlag
getter/setter pair

Description: The flag of the paging query. For the first query, set this field to an empty string. If the "nextFlag" field of the callback is not an empty string, it needs to be set here to continue the query on the next page.

Implementation

String nextFlag = "";