Package | Description |
---|---|
com.oracle.bmc.usageapi.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
QueryProperties.Builder |
QueryProperties.Builder.granularity(QueryProperties.Granularity granularity)
The usage granularity.
|
Constructor and Description |
---|
QueryProperties(List<String> groupBy,
List<Tag> groupByTag,
Filter filter,
BigDecimal compartmentDepth,
QueryProperties.Granularity granularity,
QueryProperties.QueryType queryType,
Boolean isAggregateByTime,
DateRange dateRange)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.