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