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