Uses of Class
com.oracle.bmc.usageapi.model.ReportQuery.DateRangeName
-
Packages that use ReportQuery.DateRangeName Package Description com.oracle.bmc.usageapi.model -
-
Uses of ReportQuery.DateRangeName in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return ReportQuery.DateRangeName Modifier and Type Method 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.Methods in com.oracle.bmc.usageapi.model with parameters of type ReportQuery.DateRangeName Modifier and Type Method Description ReportQuery.Builder
ReportQuery.Builder. dateRangeName(ReportQuery.DateRangeName dateRangeName)
The UI date range, for example, LAST_THREE_MONTHS.Constructors in com.oracle.bmc.usageapi.model with parameters of type ReportQuery.DateRangeName Constructor 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.
-