Uses of Class
org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.dataservice.CallQuery
Packages that use CallQuery
-
Uses of CallQuery in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.dataservice
Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.dataservice that return CallQueryMethods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.dataservice that return types with arguments of type CallQueryModifier and TypeMethodDescriptionOperationElements.getCall_query()ResultElements.getCall_query()Element.getCallQueries()Result.getCallQueries()Methods in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.dataservice with parameters of type CallQueryModifier and TypeMethodDescriptionvoidElement.addCallQuery(CallQuery callQuery) voidResult.addCallQuery(CallQuery callQuery) voidOperation.setCallQuery(CallQuery callQuery) voidResource.setCallQuery(CallQuery callQuery) Method parameters in org.eclipse.lemminx.customservice.synapse.syntaxTree.pojo.dataservice with type arguments of type CallQueryModifier and TypeMethodDescriptionvoidOperationElements.setCall_query(Optional<CallQuery> call_query) voidResultElements.setCall_query(Optional<CallQuery> call_query) voidElement.setCallQueries(List<CallQuery> callQueries) voidResult.setCallQueries(List<CallQuery> callQueries)