@Generated(value="org.jsonschema2pojo") public static enum SecurityContextConstraintsList.ApiVersion extends Enum<SecurityContextConstraintsList.ApiVersion>
| Enum Constant and Description |
|---|
V_1 |
| Modifier and Type | Method and Description |
|---|---|
static SecurityContextConstraintsList.ApiVersion |
fromValue(String value) |
String |
toString() |
static SecurityContextConstraintsList.ApiVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityContextConstraintsList.ApiVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityContextConstraintsList.ApiVersion V_1
public static SecurityContextConstraintsList.ApiVersion[] values()
for (SecurityContextConstraintsList.ApiVersion c : SecurityContextConstraintsList.ApiVersion.values()) System.out.println(c);
public static SecurityContextConstraintsList.ApiVersion valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<SecurityContextConstraintsList.ApiVersion>public static SecurityContextConstraintsList.ApiVersion fromValue(String value)
Copyright © 2011–2016 Red Hat. All rights reserved.