All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sap.cloud.sdk.odatav2.connectivity.batch.BatchQueryResult Maven / Gradle / Ivy

package com.sap.cloud.sdk.odatav2.connectivity.batch;

import com.sap.cloud.sdk.odatav2.connectivity.ODataQueryResult;

/*
 * Represents the response corresponding to a query request in a batch
 */
public abstract class BatchQueryResult extends BatchResultPart{
	
  /**
   * Gets the response corresponding to a query request in a batch.
   * @return ODataQueryResult
   */
	public abstract ODataQueryResult getODataQueryResult();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy