Package | Description |
---|---|
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
static UserList.ApiVersion |
UserList.ApiVersion.fromValue(String value) |
UserList.ApiVersion |
UserListFluent.getApiVersion() |
UserList.ApiVersion |
UserList.getApiVersion()
(Required)
|
static UserList.ApiVersion |
UserList.ApiVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserList.ApiVersion[] |
UserList.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 |
UserList.setApiVersion(UserList.ApiVersion apiVersion)
(Required)
|
T |
UserListFluent.withApiVersion(UserList.ApiVersion apiVersion) |
Constructor and Description |
---|
EditableUserList(UserList.ApiVersion apiVersion,
List<User> items,
String kind,
ListMeta metadata) |
UserList(UserList.ApiVersion apiVersion,
List<User> items,
String kind,
ListMeta metadata) |
Copyright © 2011–2015 Red Hat. All rights reserved.