Package com.sforce.soap.metadata
Enum Class VirtualVisitVisitRegion
- All Implemented Interfaces:
Serializable,Comparable<VirtualVisitVisitRegion>,java.lang.constant.Constable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEnumeration : af_south_1Enumeration : ap_east_1Enumeration : ap_northeast_1Enumeration : ap_northeast_2Enumeration : ap_northeast_3Enumeration : ap_south_1Enumeration : ap_southeast_1Enumeration : ap_southeast_2Enumeration : ca_central_1Enumeration : eu_central_1Enumeration : eu_north_1Enumeration : eu_south_1Enumeration : eu_west_1Enumeration : eu_west_2Enumeration : eu_west_3Enumeration : me_south_1Enumeration : sa_east_1Enumeration : us_east_1Enumeration : us_east_2Enumeration : us_west_1Enumeration : us_west_2 -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiontoString()static VirtualVisitVisitRegionReturns the enum constant of this class with the specified name.static VirtualVisitVisitRegion[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
us_east_1
Enumeration : us_east_1 -
us_east_2
Enumeration : us_east_2 -
us_west_1
Enumeration : us_west_1 -
us_west_2
Enumeration : us_west_2 -
af_south_1
Enumeration : af_south_1 -
ap_east_1
Enumeration : ap_east_1 -
ap_south_1
Enumeration : ap_south_1 -
ap_northeast_1
Enumeration : ap_northeast_1 -
ap_northeast_2
Enumeration : ap_northeast_2 -
ap_northeast_3
Enumeration : ap_northeast_3 -
ap_southeast_1
Enumeration : ap_southeast_1 -
ap_southeast_2
Enumeration : ap_southeast_2 -
ca_central_1
Enumeration : ca_central_1 -
eu_central_1
Enumeration : eu_central_1 -
eu_west_1
Enumeration : eu_west_1 -
eu_west_2
Enumeration : eu_west_2 -
eu_west_3
Enumeration : eu_west_3 -
eu_south_1
Enumeration : eu_south_1 -
eu_north_1
Enumeration : eu_north_1 -
me_south_1
Enumeration : me_south_1 -
sa_east_1
Enumeration : sa_east_1
-
-
Field Details
-
valuesToEnums
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
toString
- Overrides:
toStringin classEnum<VirtualVisitVisitRegion>
-