Package | Description |
---|---|
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
static User.ApiVersion |
User.ApiVersion.fromValue(String value) |
User.ApiVersion |
UserFluent.getApiVersion() |
User.ApiVersion |
User.getApiVersion()
(Required)
|
static User.ApiVersion |
User.ApiVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static User.ApiVersion[] |
User.ApiVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setApiVersion(User.ApiVersion apiVersion)
(Required)
|
T |
UserFluent.withApiVersion(User.ApiVersion apiVersion) |
Constructor and Description |
---|
EditableUser(User.ApiVersion apiVersion,
String fullName,
List<String> groups,
List<String> identities,
String kind,
ObjectMeta metadata) |
User(User.ApiVersion apiVersion,
String fullName,
List<String> groups,
List<String> identities,
String kind,
ObjectMeta metadata) |
Copyright © 2011–2015 Red Hat. All rights reserved.