Uses of Class
org.jclouds.packet.domain.internal.PaginatedCollection.Meta
-
Packages that use PaginatedCollection.Meta Package Description org.jclouds.packet.domain.internal -
-
Uses of PaginatedCollection.Meta in org.jclouds.packet.domain.internal
Methods in org.jclouds.packet.domain.internal that return PaginatedCollection.Meta Modifier and Type Method Description static PaginatedCollection.Meta
PaginatedCollection.Meta. create(long total, Href first, Href previous, Href self, Href next, Href last)
PaginatedCollection.Meta
PaginatedCollection. meta()
Constructors in org.jclouds.packet.domain.internal with parameters of type PaginatedCollection.Meta Constructor Description PaginatedCollection(List<T> items, PaginatedCollection.Meta meta)
-