Package | Description |
---|---|
com.oracle.bmc.usageapi.model |
Modifier and Type | Method and Description |
---|---|
static ReportQuery.DateRangeName |
ReportQuery.DateRangeName.create(String key) |
ReportQuery.DateRangeName |
ReportQuery.getDateRangeName()
The UI date range, for example, LAST_THREE_MONTHS.
|
static ReportQuery.DateRangeName |
ReportQuery.DateRangeName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportQuery.DateRangeName[] |
ReportQuery.DateRangeName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ReportQuery.Builder |
ReportQuery.Builder.dateRangeName(ReportQuery.DateRangeName dateRangeName)
The UI date range, for example, LAST_THREE_MONTHS.
|
Constructor and Description |
---|
ReportQuery(String tenantId,
Date timeUsageStarted,
Date timeUsageEnded,
ReportQuery.Granularity granularity,
Boolean isAggregateByTime,
Forecast forecast,
ReportQuery.QueryType queryType,
List<String> groupBy,
List<Tag> groupByTag,
BigDecimal compartmentDepth,
Filter filter,
ReportQuery.DateRangeName dateRangeName)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.