Uses of Class
org.jclouds.packet.domain.options.ListOptions
Packages that use ListOptions
Package
Description
-
Uses of ListOptions in org.jclouds.packet.domain.options
Methods in org.jclouds.packet.domain.options that return ListOptionsModifier and TypeMethodDescriptionstatic ListOptions
ListOptions.Builder.page
(int page) ListOptions.page
(int page) Configures the number of the page to be returned.static ListOptions
ListOptions.Builder.perPage
(int perPage) ListOptions.perPage
(int perPage) Configures the number of entries to return in each page. -
Uses of ListOptions in org.jclouds.packet.features
Methods in org.jclouds.packet.features with parameters of type ListOptionsModifier and TypeMethodDescriptionDeviceApi.list
(ListOptions options) FacilityApi.list
(ListOptions options) OperatingSystemApi.list
(ListOptions options) PlanApi.list
(ListOptions options) ProjectApi.list
(ListOptions options) SshKeyApi.list
(ListOptions options) -
Uses of ListOptions in org.jclouds.packet.functions
Classes in org.jclouds.packet.functions with type parameters of type ListOptionsModifier and TypeClassDescriptionclass
BaseToPagedIterable<T,
O extends ListOptions> Base class to implement the functions that build thePagedIterable
.Methods in org.jclouds.packet.functions that return ListOptions