Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsLabel.Type
-
Packages that use LogAnalyticsLabel.Type Package Description com.oracle.bmc.loganalytics.model -
-
Uses of LogAnalyticsLabel.Type in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogAnalyticsLabel.Type Modifier and Type Method Description static LogAnalyticsLabel.Type
LogAnalyticsLabel.Type. create(String key)
LogAnalyticsLabel.Type
LogAnalyticsLabel. getType()
The label type.static LogAnalyticsLabel.Type
LogAnalyticsLabel.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogAnalyticsLabel.Type[]
LogAnalyticsLabel.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsLabel.Type Modifier and Type Method Description LogAnalyticsLabel.Builder
LogAnalyticsLabel.Builder. type(LogAnalyticsLabel.Type type)
The label type.Constructors in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsLabel.Type Constructor Description LogAnalyticsLabel(List<LogAnalyticsLabelAlias> aliases, Long countUsageInSource, Long suggestType, String description, String displayName, Long editVersion, String impact, Boolean isSystem, String name, LogAnalyticsLabel.Priority priority, String recommendation, LogAnalyticsLabel.Type type, Boolean isUserDeleted)
Deprecated.
-