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.TypePropertyDefinition.Type. create(String key)PropertyDefinition.TypePropertyDefinition. getType()Type of the property.static PropertyDefinition.TypePropertyDefinition.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.BuilderPropertyDefinition.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.
-