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