Uses of Class
com.oracle.bmc.usageapi.model.QueryProperties.QueryType
-
Packages that use QueryProperties.QueryType Package Description com.oracle.bmc.usageapi.model -
-
Uses of QueryProperties.QueryType in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return QueryProperties.QueryType Modifier and Type Method Description static QueryProperties.QueryType
QueryProperties.QueryType. create(String key)
QueryProperties.QueryType
QueryProperties. getQueryType()
The query usage type.static QueryProperties.QueryType
QueryProperties.QueryType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QueryProperties.QueryType[]
QueryProperties.QueryType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.usageapi.model with parameters of type QueryProperties.QueryType Modifier and Type Method Description QueryProperties.Builder
QueryProperties.Builder. queryType(QueryProperties.QueryType queryType)
The query usage type.Constructors in com.oracle.bmc.usageapi.model with parameters of type QueryProperties.QueryType Constructor Description QueryProperties(List<String> groupBy, List<Tag> groupByTag, Filter filter, BigDecimal compartmentDepth, QueryProperties.Granularity granularity, QueryProperties.QueryType queryType, Boolean isAggregateByTime, DateRange dateRange)
Deprecated.
-