Uses of Class
com.oracle.bmc.loganalytics.model.PropertyDefinition.Type
-
Packages that use PropertyDefinition.Type Package Description com.oracle.bmc.loganalytics.model -
-
Uses of PropertyDefinition.Type in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return PropertyDefinition.Type Modifier and Type Method Description static PropertyDefinition.Type
PropertyDefinition.Type. create(String key)
PropertyDefinition.Type
PropertyDefinition. getType()
Type of the property.static PropertyDefinition.Type
PropertyDefinition.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static PropertyDefinition.Type[]
PropertyDefinition.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 PropertyDefinition.Type Modifier and Type Method Description PropertyDefinition.Builder
PropertyDefinition.Builder. type(PropertyDefinition.Type type)
Type of the property.Constructors in com.oracle.bmc.loganalytics.model with parameters of type PropertyDefinition.Type Constructor Description PropertyDefinition(String name, String value, PropertyDefinition.Type type, Boolean isGlobal)
Deprecated.
-