Class BaseToIteratorOfListPage<T,I extends BaseToIteratorOfListPage<T,I>>
java.lang.Object
org.jclouds.googlecloud.internal.BaseToIteratorOfListPage<T,ListOptions,I>
org.jclouds.googlecomputeengine.internal.BaseToIteratorOfListPage<T,I>
- All Implemented Interfaces:
com.google.common.base.Function<ListPage<T>,
,Iterator<ListPage<T>>> Function<ListPage<T>,
,Iterator<ListPage<T>>> InvocationContext<I>
- Direct Known Subclasses:
AggregatedListApi.AddressPages
,AggregatedListApi.DiskPages
,AggregatedListApi.DiskTypePages
,AggregatedListApi.ForwardingRulePages
,AggregatedListApi.InstancePages
,AggregatedListApi.MachineTypePages
,AggregatedListApi.OperationPages
,AggregatedListApi.SubnetworksPages
,AggregatedListApi.TargetInstancePages
,AggregatedListApi.TargetPoolPages
,BackendServiceApi.BackendServicePages
,FirewallApi.FirewallPages
,HttpHealthCheckApi.HttpHealthCheckPages
,ImageApi.ImagePages
,NetworkApi.NetworkPages
,OperationApi.OperationPages
,RegionApi.RegionPages
,RouteApi.RoutePages
,SnapshotApi.SnapshotPages
,TargetHttpProxyApi.TargetHttpProxyPages
,UrlMapApi.UrlMapPages
,ZoneApi.ZonePages
public abstract class BaseToIteratorOfListPage<T,I extends BaseToIteratorOfListPage<T,I>>
extends BaseToIteratorOfListPage<T,ListOptions,I>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jclouds.googlecloud.internal.BaseToIteratorOfListPage
apply, fetchNextPage, setContext
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Function
equals
-
Constructor Details
-
BaseToIteratorOfListPage
public BaseToIteratorOfListPage()
-