Uses of Class
com.oracle.bmc.loganalytics.model.PropertyDefinition
-
Packages that use PropertyDefinition Package Description com.oracle.bmc.loganalytics.model -
-
Uses of PropertyDefinition in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return PropertyDefinition Modifier and Type Method Description PropertyDefinition
PropertyDefinition.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type PropertyDefinition Modifier and Type Method Description List<PropertyDefinition>
ModuleCommandDescriptor. getProperties()
Optional list of properties for the macro.List<PropertyDefinition>
ParseQueryOutput. getProperties()
Optional list of properties for the query.List<PropertyDefinition>
VariableDefinition. getProperties()
Optional list of properties for the variable.Methods in com.oracle.bmc.loganalytics.model with parameters of type PropertyDefinition Modifier and Type Method Description PropertyDefinition.Builder
PropertyDefinition.Builder. copy(PropertyDefinition model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type PropertyDefinition Modifier and Type Method Description ModuleCommandDescriptor.Builder
ModuleCommandDescriptor.Builder. properties(List<PropertyDefinition> properties)
Optional list of properties for the macro.ParseQueryOutput.Builder
ParseQueryOutput.Builder. properties(List<PropertyDefinition> properties)
Optional list of properties for the query.VariableDefinition.Builder
VariableDefinition.Builder. properties(List<PropertyDefinition> properties)
Optional list of properties for the variable.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type PropertyDefinition Constructor Description VariableDefinition(String name, String description, VariableDefinition.Type type, String defaultValue, List<PropertyDefinition> properties)
Deprecated.
-