Package | Description |
---|---|
org.jclouds.packet.domain.options | |
org.jclouds.packet.features | |
org.jclouds.packet.functions |
Modifier and Type | Method and Description |
---|---|
ListOptions |
ListOptions.page(int page)
Configures the number of the page to be returned.
|
static ListOptions |
ListOptions.Builder.page(int page) |
ListOptions |
ListOptions.perPage(int perPage)
Configures the number of entries to return in each page.
|
static ListOptions |
ListOptions.Builder.perPage(int perPage) |
Modifier and Type | Method and Description |
---|---|
IterableWithMarker<SshKey> |
SshKeyApi.list(ListOptions options) |
IterableWithMarker<Project> |
ProjectApi.list(ListOptions options) |
IterableWithMarker<Plan> |
PlanApi.list(ListOptions options) |
IterableWithMarker<OperatingSystem> |
OperatingSystemApi.list(ListOptions options) |
IterableWithMarker<Facility> |
FacilityApi.list(ListOptions options) |
IterableWithMarker<Device> |
DeviceApi.list(ListOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
BaseToPagedIterable<T,O extends ListOptions>
Base class to implement the functions that build the
PagedIterable . |
Modifier and Type | Method and Description |
---|---|
ListOptions |
HrefToListOptions.apply(Href input) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.