The UsersPage Entity
catalytic.sdk.entities.UsersPage
The UsersPage
class represents a page of User
s, usually returned from the Users.find()
method.
Instance Methods
Name | Return Type | Description |
---|---|---|
getUsers | List< User> | The Users included in this page of results |
getNextPageToken | String | The token used to fetch the next page of Users |
getCount | int | The total number of Users |
Updated almost 4 years ago