public static enum GeoStatsCommandDescriptor.Include extends Enum<GeoStatsCommandDescriptor.Include> implements BmcEnum
Indicates which coordinates to show. Either client, server, client and server or custom. If custom is specified at least one of coordinatesField, regionField or countryField is required. Defaults to client.
Enum Constant and Description |
---|
Client |
ClientAndServer |
Custom |
Server |
UnknownEnumValue
This value is used if a service returns a value for this enum that is not recognized by
this version of the SDK.
|
Modifier and Type | Method and Description |
---|---|
static GeoStatsCommandDescriptor.Include |
create(String key) |
String |
getValue() |
static GeoStatsCommandDescriptor.Include |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GeoStatsCommandDescriptor.Include[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GeoStatsCommandDescriptor.Include Client
public static final GeoStatsCommandDescriptor.Include Server
public static final GeoStatsCommandDescriptor.Include ClientAndServer
public static final GeoStatsCommandDescriptor.Include Custom
public static final GeoStatsCommandDescriptor.Include UnknownEnumValue
public static GeoStatsCommandDescriptor.Include[] values()
for (GeoStatsCommandDescriptor.Include c : GeoStatsCommandDescriptor.Include.values()) System.out.println(c);
public static GeoStatsCommandDescriptor.Include 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 static GeoStatsCommandDescriptor.Include create(String key)
Copyright © 2016–2024. All rights reserved.