public static enum SetupHelper.RestApiSecurity extends Enum<SetupHelper.RestApiSecurity>
Enum Constant and Description |
---|
api_keys |
forbidden |
open_access |
Modifier and Type | Method and Description |
---|---|
static SetupHelper.RestApiSecurity |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetupHelper.RestApiSecurity[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SetupHelper.RestApiSecurity forbidden
public static final SetupHelper.RestApiSecurity api_keys
public static final SetupHelper.RestApiSecurity open_access
public static SetupHelper.RestApiSecurity[] values()
for (SetupHelper.RestApiSecurity c : SetupHelper.RestApiSecurity.values()) System.out.println(c);
public static SetupHelper.RestApiSecurity 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 © 2004–2019 "Tigase, Inc.". All rights reserved.