Uses of Class
com.oracle.bmc.loganalytics.model.Argument
-
Packages that use Argument Package Description com.oracle.bmc.loganalytics.model -
-
Uses of Argument in com.oracle.bmc.loganalytics.model
Subclasses of Argument in com.oracle.bmc.loganalytics.model Modifier and Type Class Description class
FieldArgument
QueryString argument of type field.class
LiteralArgument
QueryString argument of type literal.Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type Argument Modifier and Type Method Description List<Argument>
FunctionField. getArguments()
List of function arguments if specified.Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type Argument Modifier and Type Method Description FunctionField.Builder
FunctionField.Builder. arguments(List<Argument> arguments)
List of function arguments if specified.
-