Package ai.rev.helpers
Enum RevAiApiDeploymentConfiguration.RevAiApiDeployment
- java.lang.Object
-
- java.lang.Enum<RevAiApiDeploymentConfiguration.RevAiApiDeployment>
-
- ai.rev.helpers.RevAiApiDeploymentConfiguration.RevAiApiDeployment
-
- All Implemented Interfaces:
Serializable,Comparable<RevAiApiDeploymentConfiguration.RevAiApiDeployment>
- Enclosing class:
- RevAiApiDeploymentConfiguration
public static enum RevAiApiDeploymentConfiguration.RevAiApiDeployment extends Enum<RevAiApiDeploymentConfiguration.RevAiApiDeployment>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetValue()static RevAiApiDeploymentConfiguration.RevAiApiDeploymentvalueOf(String name)Returns the enum constant of this type with the specified name.static RevAiApiDeploymentConfiguration.RevAiApiDeployment[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
US
public static final RevAiApiDeploymentConfiguration.RevAiApiDeployment US
-
EU
public static final RevAiApiDeploymentConfiguration.RevAiApiDeployment EU
-
-
Method Detail
-
values
public static RevAiApiDeploymentConfiguration.RevAiApiDeployment[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (RevAiApiDeploymentConfiguration.RevAiApiDeployment c : RevAiApiDeploymentConfiguration.RevAiApiDeployment.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static RevAiApiDeploymentConfiguration.RevAiApiDeployment valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
-