Uses of Class
com.oracle.bmc.usageapi.model.DateRange
-
Packages that use DateRange Package Description com.oracle.bmc.usageapi.model -
-
Uses of DateRange in com.oracle.bmc.usageapi.model
Subclasses of DateRange in com.oracle.bmc.usageapi.model Modifier and Type Class Description class
DynamicDateRange
The saved dynamic date range (required when the static date range is missing).class
StaticDateRange
The saved static date range (required when the dynamic date range is missing).Methods in com.oracle.bmc.usageapi.model that return DateRange Modifier and Type Method Description DateRange
QueryProperties. getDateRange()
Methods in com.oracle.bmc.usageapi.model with parameters of type DateRange Modifier and Type Method Description QueryProperties.Builder
QueryProperties.Builder. dateRange(DateRange dateRange)
Constructors in com.oracle.bmc.usageapi.model with parameters of type DateRange Constructor Description QueryProperties(List<String> groupBy, List<Tag> groupByTag, Filter filter, BigDecimal compartmentDepth, QueryProperties.Granularity granularity, QueryProperties.QueryType queryType, Boolean isAggregateByTime, DateRange dateRange)
Deprecated.
-