Uses of Class
com.oracle.bmc.usageapi.model.ReportQuery.QueryType
-
Packages that use ReportQuery.QueryType Package Description com.oracle.bmc.usageapi.model -
-
Uses of ReportQuery.QueryType in com.oracle.bmc.usageapi.model
Methods in com.oracle.bmc.usageapi.model that return ReportQuery.QueryType Modifier and Type Method Description static ReportQuery.QueryType
ReportQuery.QueryType. create(String key)
ReportQuery.QueryType
ReportQuery. getQueryType()
The query usage type.static ReportQuery.QueryType
ReportQuery.QueryType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ReportQuery.QueryType[]
ReportQuery.QueryType. 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.QueryType Modifier and Type Method Description ReportQuery.Builder
ReportQuery.Builder. queryType(ReportQuery.QueryType queryType)
The query usage type.Constructors in com.oracle.bmc.usageapi.model with parameters of type ReportQuery.QueryType 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.
-