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