Uses of Class
com.oracle.bmc.loganalytics.requests.TestParserRequest.Scope
-
Packages that use TestParserRequest.Scope Package Description com.oracle.bmc.loganalytics.requests -
-
Uses of TestParserRequest.Scope in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return TestParserRequest.Scope Modifier and Type Method Description static TestParserRequest.Scope
TestParserRequest.Scope. create(String key)
TestParserRequest.Scope
TestParserRequest. getScope()
The scope used when testing a parser.static TestParserRequest.Scope
TestParserRequest.Scope. valueOf(String name)
Returns the enum constant of this type with the specified name.static TestParserRequest.Scope[]
TestParserRequest.Scope. 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 TestParserRequest.Scope Modifier and Type Method Description TestParserRequest.Builder
TestParserRequest.Builder. scope(TestParserRequest.Scope scope)
The scope used when testing a parser.
-