Class ParseFlavors.ToPagedIterable

java.lang.Object
org.jclouds.collect.internal.ArgsToPagedIterable<T,I>
org.jclouds.collect.internal.Arg0ToPagedIterable<T,I>
org.jclouds.collect.internal.Arg0ToPagedIterable.FromCaller<Resource,ParseFlavors.ToPagedIterable>
org.jclouds.openstack.nova.v2_0.functions.internal.ParseFlavors.ToPagedIterable
All Implemented Interfaces:
com.google.common.base.Function<org.jclouds.collect.IterableWithMarker<Resource>,org.jclouds.collect.PagedIterable<Resource>>, Function<org.jclouds.collect.IterableWithMarker<Resource>,org.jclouds.collect.PagedIterable<Resource>>, org.jclouds.rest.InvocationContext<ParseFlavors.ToPagedIterable>
Enclosing class:
ParseFlavors

public static class ParseFlavors.ToPagedIterable extends org.jclouds.collect.internal.Arg0ToPagedIterable.FromCaller<Resource,ParseFlavors.ToPagedIterable>
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.jclouds.collect.internal.Arg0ToPagedIterable

    org.jclouds.collect.internal.Arg0ToPagedIterable.FromCaller<T extends Object,I extends org.jclouds.collect.internal.Arg0ToPagedIterable.FromCaller<T,I>>
  • Field Summary

    Fields inherited from class org.jclouds.collect.internal.ArgsToPagedIterable

    request
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Resource>>
    markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
     

    Methods inherited from class org.jclouds.collect.internal.Arg0ToPagedIterable.FromCaller

    getArgs

    Methods inherited from class org.jclouds.collect.internal.Arg0ToPagedIterable

    markerToNextForArgs

    Methods inherited from class org.jclouds.collect.internal.ArgsToPagedIterable

    apply, 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

    Methods inherited from interface java.util.function.Function

    andThen, compose
  • Constructor Details

    • ToPagedIterable

      @Inject protected ToPagedIterable(NovaApi api)
  • Method Details

    • markerToNextForArg0

      protected com.google.common.base.Function<Object,org.jclouds.collect.IterableWithMarker<Resource>> markerToNextForArg0(com.google.common.base.Optional<Object> arg0)
      Specified by:
      markerToNextForArg0 in class org.jclouds.collect.internal.Arg0ToPagedIterable<Resource,ParseFlavors.ToPagedIterable>