Uses of Class
com.oracle.bmc.usageapi.model.QueryProperties.Granularity
-
Packages that use QueryProperties.Granularity Package Description com.oracle.bmc.usageapi.model -
-
Uses of QueryProperties.Granularity in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return QueryProperties.Granularity Modifier and Type Method Description static QueryProperties.Granularity
QueryProperties.Granularity. create(String key)
QueryProperties.Granularity
QueryProperties. getGranularity()
The usage granularity.static QueryProperties.Granularity
QueryProperties.Granularity. valueOf(String name)
Returns the enum constant of this type with the specified name.static QueryProperties.Granularity[]
QueryProperties.Granularity. 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.Granularity Modifier and Type Method Description QueryProperties.Builder
QueryProperties.Builder. granularity(QueryProperties.Granularity granularity)
The usage granularity.Constructors in com.oracle.bmc.usageapi.model with parameters of type QueryProperties.Granularity Constructor Description QueryProperties(List<String> groupBy, List<Tag> groupByTag, Filter filter, BigDecimal compartmentDepth, QueryProperties.Granularity granularity, QueryProperties.QueryType queryType, Boolean isAggregateByTime, DateRange dateRange)
Deprecated.
-