| Package | Description |
|---|---|
| org.jclouds.cloudstack.domain | |
| org.jclouds.cloudstack.options |
| Modifier and Type | Field and Description |
|---|---|
protected User.State |
User.Builder.state |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
T |
User.Builder.state(User.State state) |
| Constructor and 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) |
| Modifier and Type | Method and Description |
|---|---|
ListUsersOptions |
ListUsersOptions.state(User.State state) |
static ListUsersOptions |
ListUsersOptions.Builder.state(User.State state) |
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.