Uses of Interface
org.jclouds.googlecloud.domain.ListPage
-
Packages that use ListPage Package Description org.jclouds.googlecloud.domain org.jclouds.googlecloud.internal -
-
Uses of ListPage in org.jclouds.googlecloud.domain
Classes in org.jclouds.googlecloud.domain that implement ListPage Modifier and Type Class Description classForwardingListPage<T>An immutable list that includes a token, if there is another page available.Methods in org.jclouds.googlecloud.domain that return ListPage Modifier and Type Method Description static <T> ListPage<T>ForwardingListPage. create(List<T> items, String nextPageToken) -
Uses of ListPage in org.jclouds.googlecloud.internal
Methods in org.jclouds.googlecloud.internal that return types with arguments of type ListPage Modifier and Type Method Description Iterator<ListPage<T>>BaseArg0ToIteratorOfListPage. apply(ListPage<T> input)Iterator<ListPage<T>>BaseCallerArg0ToIteratorOfListPage. apply(ListPage<T> input)Iterator<ListPage<T>>BaseToIteratorOfListPage. apply(ListPage<T> input)protected abstract com.google.common.base.Function<String,ListPage<T>>BaseArg0ToIteratorOfListPage. fetchNextPage(String arg0, O options)This is used when you need to close over the first argument of this api.protected abstract com.google.common.base.Function<String,ListPage<T>>BaseCallerArg0ToIteratorOfListPage. fetchNextPage(String callerArg0, O options)This is used when you need to close over the argument that created the api.protected abstract com.google.common.base.Function<String,ListPage<T>>BaseToIteratorOfListPage. fetchNextPage(O options)Methods in org.jclouds.googlecloud.internal with parameters of type ListPage Modifier and Type Method Description Iterator<ListPage<T>>BaseArg0ToIteratorOfListPage. apply(ListPage<T> input)Iterator<ListPage<T>>BaseCallerArg0ToIteratorOfListPage. apply(ListPage<T> input)Iterator<ListPage<T>>BaseToIteratorOfListPage. apply(ListPage<T> input)Method parameters in org.jclouds.googlecloud.internal with type arguments of type ListPage Modifier and Type Method Description static <T> Iterable<T>ListPages. concat(Iterator<ListPage<T>> input)
-