| Package | Description |
|---|---|
| com.gooddata.collections | |
| com.gooddata.dataload.processes | |
| com.gooddata.project | |
| com.gooddata.warehouse |
| Modifier and Type | Class and Description |
|---|---|
class |
PageRequest
User defined page with desired offset and limit.
|
| Modifier and Type | Method and Description |
|---|---|
Page |
MultiPageList.getNextPage()
Returns description of the next page.
|
Page |
PageableList.getNextPage()
Returns description of the next page.
|
| Constructor and Description |
|---|
MultiPageList(Page startPage,
Function<Page,PageableList<T>> pageProvider)
To list all the pages, starting with the startPage specified.
|
| Constructor and Description |
|---|
MultiPageList(Function<Page,PageableList<T>> pageProvider)
To list all the pages, starting with the very first one.
|
MultiPageList(Page startPage,
Function<Page,PageableList<T>> pageProvider)
To list all the pages, starting with the startPage specified.
|
| Modifier and Type | Method and Description |
|---|---|
PageableList<Schedule> |
ProcessService.listSchedules(Project project,
Page startPage)
Get defined page of paged list of schedules by given project.
|
| Modifier and Type | Method and Description |
|---|---|
PageableList<User> |
ProjectService.listUsers(Project project,
Page startPage)
Get defined page of paged list of users by given project.
|
| Modifier and Type | Method and Description |
|---|---|
PageableList<Warehouse> |
WarehouseService.listWarehouses(Page startPage)
Lists Warehouses.
|
PageableList<WarehouseSchema> |
WarehouseService.listWarehouseSchemas(Warehouse warehouse,
Page startPage)
list schemas for Warehouse
|
PageableList<WarehouseUser> |
WarehouseService.listWarehouseUsers(Warehouse warehouse,
Page startPage)
Lists warehouse users, starting with specified page.
|
Copyright © 2017. All rights reserved.