public enum GeneralServerResources extends Enum<GeneralServerResources>
| Modifier and Type | Method and Description |
|---|---|
static GeneralServerResources |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeneralServerResources[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeneralServerResources CACHE_REFRESH_JSON
public static final GeneralServerResources OFFLINE_ACTION_JSON
public static final GeneralServerResources GRAPHQL_PROPERTIES
public static final GeneralServerResources CONFIF_ATTR_REDIRECTING_JSON
public static final GeneralServerResources CONFIG_UNCAUGHT_CLIENT_EXCEPTION_JSON
public static final GeneralServerResources CONFIG_ACTION_UPLOAD_JSON
public static final GeneralServerResources CONFIG_ASYNC_ACTION_JSON
public static final GeneralServerResources CONFIG_REST_HTTP_CLIENT_JSON
public static final GeneralServerResources NEW_FEATURE_COLLECTION_JSON
public static GeneralServerResources[] values()
for (GeneralServerResources c : GeneralServerResources.values()) System.out.println(c);
public static GeneralServerResources 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 nullCopyright © 2012–2026 cismet GmbH. All rights reserved.