Uses of Class
org.jclouds.cloudstack.domain.User.State
-
Packages that use User.State Package Description org.jclouds.cloudstack.domain org.jclouds.cloudstack.options -
-
Uses of User.State in org.jclouds.cloudstack.domain
Fields in org.jclouds.cloudstack.domain declared as User.State Modifier and Type Field Description protected User.StateUser.Builder. stateMethods in org.jclouds.cloudstack.domain that return User.State Modifier and Type Method Description static User.StateUser.State. fromValue(String value)User.StateUser. getState()static User.StateUser.State. valueOf(String name)Returns the enum constant of this type with the specified name.static User.State[]User.State. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jclouds.cloudstack.domain with parameters of type User.State Modifier and Type Method Description TUser.Builder. state(User.State state)Constructors in org.jclouds.cloudstack.domain with parameters of type User.State Constructor Description User(String id, String name, String firstName, String lastName, String email, Date created, User.State state, String account, Account.Type accountType, String domain, String domainId, String timeZone, String apiKey, String secretKey) -
Uses of User.State in org.jclouds.cloudstack.options
Methods in org.jclouds.cloudstack.options with parameters of type User.State Modifier and Type Method Description static ListUsersOptionsListUsersOptions.Builder. state(User.State state)ListUsersOptionsListUsersOptions. state(User.State state)
-