Uses of Class
com.oracle.bmc.loganalytics.model.ParseQueryOutput
-
Packages that use ParseQueryOutput Package Description com.oracle.bmc.loganalytics.model com.oracle.bmc.loganalytics.responses -
-
Uses of ParseQueryOutput in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return ParseQueryOutput Modifier and Type Method Description ParseQueryOutput
ParseQueryOutput.Builder. build()
Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type ParseQueryOutput Modifier and Type Method Description List<ParseQueryOutput>
AddFieldsCommandDescriptor. getSubQueries()
List of subQueries specified as addFields command argumentsList<ParseQueryOutput>
HighlightGroupsCommandDescriptor. getSubQueries()
List of subQueries specified as highlightgroups command argumentsList<ParseQueryOutput>
MultiSearchCommandDescriptor. getSubQueries()
List of sub-searches specified in query string as multisearch command arguments.List<ParseQueryOutput>
SearchCommandDescriptor. getSubQueries()
List of sub-queries present in search command if specified.Methods in com.oracle.bmc.loganalytics.model with parameters of type ParseQueryOutput Modifier and Type Method Description ParseQueryOutput.Builder
ParseQueryOutput.Builder. copy(ParseQueryOutput model)
Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type ParseQueryOutput Modifier and Type Method Description AddFieldsCommandDescriptor.Builder
AddFieldsCommandDescriptor.Builder. subQueries(List<ParseQueryOutput> subQueries)
List of subQueries specified as addFields command argumentsHighlightGroupsCommandDescriptor.Builder
HighlightGroupsCommandDescriptor.Builder. subQueries(List<ParseQueryOutput> subQueries)
List of subQueries specified as highlightgroups command argumentsMultiSearchCommandDescriptor.Builder
MultiSearchCommandDescriptor.Builder. subQueries(List<ParseQueryOutput> subQueries)
List of sub-searches specified in query string as multisearch command arguments.SearchCommandDescriptor.Builder
SearchCommandDescriptor.Builder. subQueries(List<ParseQueryOutput> subQueries)
List of sub-queries present in search command if specified. -
Uses of ParseQueryOutput in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return ParseQueryOutput Modifier and Type Method Description ParseQueryOutput
ParseQueryResponse. getParseQueryOutput()
The returned ParseQueryOutput instance.Methods in com.oracle.bmc.loganalytics.responses with parameters of type ParseQueryOutput Modifier and Type Method Description ParseQueryResponse.Builder
ParseQueryResponse.Builder. parseQueryOutput(ParseQueryOutput parseQueryOutput)
The returned ParseQueryOutput instance.
-