Package | Description |
---|---|
com.openshift.internal.client.response |
Modifier and Type | Field and Description |
---|---|
protected LinkParameterType |
LinkParameter.type |
Modifier and Type | Method and Description |
---|---|
LinkParameterType |
LinkParameter.getType() |
static LinkParameterType |
LinkParameterType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LinkParameterType |
LinkParameterType.valueOfIgnoreCase(String name) |
static LinkParameterType[] |
LinkParameterType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
LinkParameter(String name,
LinkParameterType type,
String defaultValue,
String description,
List<String> validOptions) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.