Uses of Class
com.oracle.bmc.loganalytics.model.DependentParser.ParserType
-
Packages that use DependentParser.ParserType Package Description com.oracle.bmc.loganalytics.model -
-
Uses of DependentParser.ParserType in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return DependentParser.ParserType Modifier and Type Method Description static DependentParser.ParserTypeDependentParser.ParserType. create(String key)DependentParser.ParserTypeDependentParser. getParserType()The parser typestatic DependentParser.ParserTypeDependentParser.ParserType. valueOf(String name)Returns the enum constant of this type with the specified name.static DependentParser.ParserType[]DependentParser.ParserType. 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 DependentParser.ParserType Modifier and Type Method Description DependentParser.BuilderDependentParser.Builder. parserType(DependentParser.ParserType parserType)The parser typeConstructors in com.oracle.bmc.loganalytics.model with parameters of type DependentParser.ParserType Constructor Description DependentParser(String parserName, String parserDisplayName, Long parserId, Boolean isSystem, DependentParser.ParserType parserType, List<Dependency> dependencies)Deprecated.
-