Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsLabelSummary.Type
-
Packages that use LogAnalyticsLabelSummary.Type Package Description com.oracle.bmc.loganalytics.model -
-
Uses of LogAnalyticsLabelSummary.Type in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogAnalyticsLabelSummary.Type Modifier and Type Method Description static LogAnalyticsLabelSummary.TypeLogAnalyticsLabelSummary.Type. create(String key)LogAnalyticsLabelSummary.TypeLogAnalyticsLabelSummary. getType()The label type.static LogAnalyticsLabelSummary.TypeLogAnalyticsLabelSummary.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static LogAnalyticsLabelSummary.Type[]LogAnalyticsLabelSummary.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 LogAnalyticsLabelSummary.Type Modifier and Type Method Description LogAnalyticsLabelSummary.BuilderLogAnalyticsLabelSummary.Builder. type(LogAnalyticsLabelSummary.Type type)The label type.Constructors in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsLabelSummary.Type Constructor Description LogAnalyticsLabelSummary(List<LogAnalyticsLabelAlias> aliases, Long countUsageInSource, Long suggestType, String description, String displayName, Long editVersion, String impact, Boolean isSystem, String name, LogAnalyticsLabelSummary.Priority priority, String recommendation, LogAnalyticsLabelSummary.Type type, Boolean isUserDeleted)Deprecated.
-