Uses of Class
com.oracle.bmc.loganalytics.requests.ExtractStructuredLogFieldPathsRequest.ParserType
-
Packages that use ExtractStructuredLogFieldPathsRequest.ParserType Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of ExtractStructuredLogFieldPathsRequest.ParserType in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ExtractStructuredLogFieldPathsRequest.ParserType Modifier and Type Method Description static ExtractStructuredLogFieldPathsRequest.ParserTypeExtractStructuredLogFieldPathsRequest.ParserType. create(String key)ExtractStructuredLogFieldPathsRequest.ParserTypeExtractStructuredLogFieldPathsRequest. getParserType()The parser type - possible values are XML, JSON or DELIMITED.static ExtractStructuredLogFieldPathsRequest.ParserTypeExtractStructuredLogFieldPathsRequest.ParserType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtractStructuredLogFieldPathsRequest.ParserType[]ExtractStructuredLogFieldPathsRequest.ParserType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.requests with parameters of type ExtractStructuredLogFieldPathsRequest.ParserType Modifier and Type Method Description ExtractStructuredLogFieldPathsRequest.BuilderExtractStructuredLogFieldPathsRequest.Builder. parserType(ExtractStructuredLogFieldPathsRequest.ParserType parserType)The parser type - possible values are XML, JSON or DELIMITED.
-