Uses of Class
org.jclouds.digitalocean2.domain.internal.PaginatedCollection.Links.Pages
-
Packages that use PaginatedCollection.Links.Pages Package Description org.jclouds.digitalocean2.domain.internal -
-
Uses of PaginatedCollection.Links.Pages in org.jclouds.digitalocean2.domain.internal
Methods in org.jclouds.digitalocean2.domain.internal that return PaginatedCollection.Links.Pages Modifier and Type Method Description static PaginatedCollection.Links.Pages
PaginatedCollection.Links.Pages. create(URI first, URI prev, URI next, URI last)
abstract PaginatedCollection.Links.Pages
PaginatedCollection.Links. pages()
Methods in org.jclouds.digitalocean2.domain.internal with parameters of type PaginatedCollection.Links.Pages Modifier and Type Method Description static PaginatedCollection.Links
PaginatedCollection.Links. create(PaginatedCollection.Links.Pages pages)
-