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.Type
LogAnalyticsLabelSummary.Type. create(String key)
LogAnalyticsLabelSummary.Type
LogAnalyticsLabelSummary. getType()
The label type.static LogAnalyticsLabelSummary.Type
LogAnalyticsLabelSummary.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.Builder
LogAnalyticsLabelSummary.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.
-