Uses of Class
com.oracle.bmc.loganalytics.model.LogAnalyticsSourceFunction.FunctionName
-
Packages that use LogAnalyticsSourceFunction.FunctionName Package Description com.oracle.bmc.loganalytics.model -
-
Uses of LogAnalyticsSourceFunction.FunctionName in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return LogAnalyticsSourceFunction.FunctionName Modifier and Type Method Description static LogAnalyticsSourceFunction.FunctionName
LogAnalyticsSourceFunction.FunctionName. create(String key)
LogAnalyticsSourceFunction.FunctionName
LogAnalyticsSourceFunction. getFunctionName()
The source function namestatic LogAnalyticsSourceFunction.FunctionName
LogAnalyticsSourceFunction.FunctionName. valueOf(String name)
Returns the enum constant of this type with the specified name.static LogAnalyticsSourceFunction.FunctionName[]
LogAnalyticsSourceFunction.FunctionName. 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 LogAnalyticsSourceFunction.FunctionName Modifier and Type Method Description LogAnalyticsSourceFunction.Builder
LogAnalyticsSourceFunction.Builder. functionName(LogAnalyticsSourceFunction.FunctionName functionName)
The source function nameConstructors in com.oracle.bmc.loganalytics.model with parameters of type LogAnalyticsSourceFunction.FunctionName Constructor Description LogAnalyticsSourceFunction(List<LogAnalyticsMetaFunctionArgument> arguments, Boolean isEnabled, LogAnalyticsMetaFunction function, LogAnalyticsSourceFunction.FunctionName functionName, String functionReference, String sourceReference, List<String> features, Long functionId, Long order, Boolean isSystem, String lookupColumn, Long lookupColumnPosition, String lookupDisplayName, Long lookupMode, String lookupTable, Long sourceId)
Deprecated.
-