org.jclouds.cloudstack.predicates
Class UserPredicates.AccountTypeEquals

java.lang.Object
  extended by org.jclouds.cloudstack.predicates.UserPredicates.AccountTypeEquals
All Implemented Interfaces:
com.google.common.base.Predicate<User>
Enclosing class:
UserPredicates

public static class UserPredicates.AccountTypeEquals
extends Object
implements com.google.common.base.Predicate<User>


Constructor Summary
UserPredicates.AccountTypeEquals(Account.Type type)
           
 
Method Summary
 boolean apply(User input)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.google.common.base.Predicate
equals
 

Constructor Detail

UserPredicates.AccountTypeEquals

public UserPredicates.AccountTypeEquals(Account.Type type)
Method Detail

apply

public boolean apply(User input)
Specified by:
apply in interface com.google.common.base.Predicate<User>

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 jclouds. All Rights Reserved.