|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use User.State | |
---|---|
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.options |
Uses of User.State in org.jclouds.cloudstack.domain |
---|
Methods in org.jclouds.cloudstack.domain that return User.State | |
---|---|
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 | |
---|---|
User.Builder |
User.Builder.state(User.State state)
|
Constructors in org.jclouds.cloudstack.domain with parameters of type User.State | |
---|---|
User(long id,
String name,
String firstname,
String lastname,
String email,
Date created,
User.State state,
String account,
Account.Type accountType,
String domain,
long 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 | |
---|---|
ListUsersOptions |
ListUsersOptions.state(User.State state)
|
static ListUsersOptions |
ListUsersOptions.Builder.state(User.State state)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |