Uses of Class
com.oracle.bmc.loganalytics.requests.ListFieldsRequest.ParserType
-
Packages that use ListFieldsRequest.ParserType Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of ListFieldsRequest.ParserType in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return ListFieldsRequest.ParserType Modifier and Type Method Description static ListFieldsRequest.ParserTypeListFieldsRequest.ParserType. create(String key)ListFieldsRequest.ParserTypeListFieldsRequest. getParserType()The parser type used for filtering.static ListFieldsRequest.ParserTypeListFieldsRequest.ParserType. valueOf(String name)Returns the enum constant of this type with the specified name.static ListFieldsRequest.ParserType[]ListFieldsRequest.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 ListFieldsRequest.ParserType Modifier and Type Method Description ListFieldsRequest.BuilderListFieldsRequest.Builder. parserType(ListFieldsRequest.ParserType parserType)The parser type used for filtering.
-