Uses of Class
com.oracle.bmc.loganalytics.model.Level
-
Packages that use Level Package Description com.oracle.bmc.loganalytics.model -
-
Uses of Level in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return Level Modifier and Type Method Description Level
Level.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type Level Modifier and Type Method Description List<Level>
PropertyMetadataSummary. getLevels()
A list of levels at which the property could be defined.Methods in com.oracle.bmc.loganalytics.model with parameters of type Level Modifier and Type Method Description Level.Builder
Level.Builder. copy(Level model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type Level Modifier and Type Method Description PropertyMetadataSummary.Builder
PropertyMetadataSummary.Builder. levels(List<Level> levels)
A list of levels at which the property could be defined.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type Level Constructor Description PropertyMetadataSummary(String name, String displayName, String description, String defaultValue, List<Level> levels)
Deprecated.
-