org.jclouds.iam.functions
Class UsersToPagedIterable

java.lang.Object
  extended by org.jclouds.collect.internal.CallerArg0ToPagedIterable<User,UsersToPagedIterable>
      extended by org.jclouds.iam.functions.UsersToPagedIterable
All Implemented Interfaces:
com.google.common.base.Function<IterableWithMarker<User>,PagedIterable<User>>, InvocationContext<UsersToPagedIterable>

@Beta
public class UsersToPagedIterable
extends CallerArg0ToPagedIterable<User,UsersToPagedIterable>

Author:
Adrian Cole

Constructor Summary
protected UsersToPagedIterable(IAMApi api)
           
 
Method Summary
protected  com.google.common.base.Function<Object,IterableWithMarker<User>> markerToNextForCallingArg0(String ignored)
           
 
Methods inherited from class org.jclouds.collect.internal.CallerArg0ToPagedIterable
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
 

Constructor Detail

UsersToPagedIterable

@Inject
protected UsersToPagedIterable(IAMApi api)
Method Detail

markerToNextForCallingArg0

protected com.google.common.base.Function<Object,IterableWithMarker<User>> markerToNextForCallingArg0(String ignored)
Specified by:
markerToNextForCallingArg0 in class CallerArg0ToPagedIterable<User,UsersToPagedIterable>


Copyright © 2009-2012 jclouds. All Rights Reserved.