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