public static enum APIManagerAPIAdapter.StatusEndpoint extends Enum<APIManagerAPIAdapter.StatusEndpoint>
| Enum Constant and Description |
|---|
deprecated |
published |
undeprecated |
unpublished |
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint() |
static APIManagerAPIAdapter.StatusEndpoint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIManagerAPIAdapter.StatusEndpoint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final APIManagerAPIAdapter.StatusEndpoint unpublished
public static final APIManagerAPIAdapter.StatusEndpoint published
public static final APIManagerAPIAdapter.StatusEndpoint deprecated
public static final APIManagerAPIAdapter.StatusEndpoint undeprecated
public static APIManagerAPIAdapter.StatusEndpoint[] values()
for (APIManagerAPIAdapter.StatusEndpoint c : APIManagerAPIAdapter.StatusEndpoint.values()) System.out.println(c);
public static APIManagerAPIAdapter.StatusEndpoint 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 getEndpoint()
Copyright © 2020. All rights reserved.