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.State
User.Builder. state
Methods in org.jclouds.cloudstack.domain that return User.State Modifier and Type Method Description static User.State
User.State. fromValue(String value)
User.State
User. getState()
static User.State
User.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 T
User.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 ListUsersOptions
ListUsersOptions.Builder. state(User.State state)
ListUsersOptions
ListUsersOptions. state(User.State state)
-