Uses of Class
com.oracle.bmc.loganalytics.model.GeoStatsCommandDescriptor.Include
-
Packages that use GeoStatsCommandDescriptor.Include Package Description com.oracle.bmc.loganalytics.model -
-
Uses of GeoStatsCommandDescriptor.Include in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return GeoStatsCommandDescriptor.Include Modifier and Type Method Description static GeoStatsCommandDescriptor.Include
GeoStatsCommandDescriptor.Include. create(String key)
GeoStatsCommandDescriptor.Include
GeoStatsCommandDescriptor. getInclude()
Indicates which coordinates to show.static GeoStatsCommandDescriptor.Include
GeoStatsCommandDescriptor.Include. valueOf(String name)
Returns the enum constant of this type with the specified name.static GeoStatsCommandDescriptor.Include[]
GeoStatsCommandDescriptor.Include. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.model with parameters of type GeoStatsCommandDescriptor.Include Modifier and Type Method Description GeoStatsCommandDescriptor.Builder
GeoStatsCommandDescriptor.Builder. include(GeoStatsCommandDescriptor.Include include)
Indicates which coordinates to show.Constructors in com.oracle.bmc.loganalytics.model with parameters of type GeoStatsCommandDescriptor.Include Constructor Description GeoStatsCommandDescriptor(String displayQueryString, String internalQueryString, String category, List<AbstractField> referencedFields, List<AbstractField> declaredFields, Boolean isHidden, GeoStatsCommandDescriptor.Include include, AbstractField cityField, AbstractField regionField, AbstractField countryField, AbstractField continentField, AbstractField coordinatesField, List<AbstractField> groupByFields, List<FunctionField> functions)
Deprecated.
-