Requests a page of access tokens based on an underlying query. @return a page of access tokens @throws ChainException
()
| 41 | * @throws ChainException |
| 42 | */ |
| 43 | public Items getPage() throws ChainException { |
| 44 | Items items = this.client.request("list-access-tokens", this.next, Items.class); |
| 45 | items.setClient(this.client); |
| 46 | return items; |
| 47 | } |
| 48 | } |
| 49 | |
| 50 | /** |