Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsLookup.Type
-
Packages that use LogAnalyticsLookup.Type Package Description com.oracle.bmc.loganalytics.model -
-
Uses of LogAnalyticsLookup.Type in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogAnalyticsLookup.Type Modifier and Type Method Description static LogAnalyticsLookup.Type
LogAnalyticsLookup.Type. create(String key)
LogAnalyticsLookup.Type
LogAnalyticsLookup. getType()
The lookup type.static LogAnalyticsLookup.Type
LogAnalyticsLookup.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogAnalyticsLookup.Type[]
LogAnalyticsLookup.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 LogAnalyticsLookup.Type Modifier and Type Method Description LogAnalyticsLookup.Builder
LogAnalyticsLookup.Builder. type(LogAnalyticsLookup.Type type)
The lookup type.Constructors in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsLookup.Type Constructor Description LogAnalyticsLookup(Long activeEditVersion, String canonicalLink, String description, Long editVersion, List<LookupField> fields, Long lookupReference, String lookupReferenceString, LogAnalyticsLookup.Type type, String name, Long isBuiltIn, Boolean isHidden, String lookupDisplayName, AutoLookups referringSources, StatusSummary statusSummary, Date timeUpdated, List<LogAnalyticsCategory> categories, String id, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-