Uses of Class
org.apache.camel.component.salesforce.api.dto.bulk.QueryResult

Packages that use QueryResult
org.apache.camel.component.salesforce.api.dto.bulk Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of QueryResult in org.apache.camel.component.salesforce.api.dto.bulk
 

Methods in org.apache.camel.component.salesforce.api.dto.bulk that return QueryResult
 QueryResult ObjectFactory.createQueryResult()
          Create an instance of QueryResult
 

Methods in org.apache.camel.component.salesforce.api.dto.bulk that return types with arguments of type QueryResult
 JAXBElement<QueryResult> ObjectFactory.createQueryResult(QueryResult value)
          Create an instance of JAXBElement<QueryResult>}
 

Methods in org.apache.camel.component.salesforce.api.dto.bulk with parameters of type QueryResult
 JAXBElement<QueryResult> ObjectFactory.createQueryResult(QueryResult value)
          Create an instance of JAXBElement<QueryResult>}
 



Apache Camel