Class RouteApi.RoutePages
- java.lang.Object
-
- org.jclouds.googlecloud.internal.BaseToIteratorOfListPage<T,ListOptions,I>
-
- org.jclouds.googlecomputeengine.internal.BaseToIteratorOfListPage<Route,RouteApi.RoutePages>
-
- org.jclouds.googlecomputeengine.features.RouteApi.RoutePages
-
- All Implemented Interfaces:
com.google.common.base.Function<ListPage<Route>,Iterator<ListPage<Route>>>
,Function<ListPage<Route>,Iterator<ListPage<Route>>>
,InvocationContext<RouteApi.RoutePages>
- Enclosing interface:
- RouteApi
public static final class RouteApi.RoutePages extends BaseToIteratorOfListPage<Route,RouteApi.RoutePages>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected com.google.common.base.Function<String,ListPage<Route>>
fetchNextPage(ListOptions options)
-
Methods inherited from class org.jclouds.googlecloud.internal.BaseToIteratorOfListPage
apply, setContext
-
-
-
-
Method Detail
-
fetchNextPage
protected com.google.common.base.Function<String,ListPage<Route>> fetchNextPage(ListOptions options)
- Specified by:
fetchNextPage
in classBaseToIteratorOfListPage<Route,ListOptions,RouteApi.RoutePages>
-
-