Uses of Class
com.oracle.bmc.fleetappsmanagement.model.ReportDetails.Condition
-
Packages that use ReportDetails.Condition Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of ReportDetails.Condition in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return ReportDetails.Condition Modifier and Type Method Description static ReportDetails.ConditionReportDetails.Condition. create(String key)ReportDetails.ConditionReportDetails. getCondition()Condition.static ReportDetails.ConditionReportDetails.Condition. valueOf(String name)Returns the enum constant of this type with the specified name.static ReportDetails.Condition[]ReportDetails.Condition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type ReportDetails.Condition Modifier and Type Method Description ReportDetails.BuilderReportDetails.Builder. condition(ReportDetails.Condition condition)Condition.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type ReportDetails.Condition Constructor Description ReportDetails(String name, ReportDetails.Granularity granularity, ReportTimeRange reportTimeRange, ReportDetails.Condition condition, List<Filter> filters, List<OrderClause> orderClause)Deprecated.
-