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

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

There is a newer version: 1.40.11
Show newest version
package com.sap.cloud.sdk.odatav2.connectivity.batch;

import java.util.List;

/*
 * Represents the responses for each request in the batch.
 */
public interface BatchResult {
  
  /**
   * Gets the list of responses corresponding to each request in the batch.
   * @return Responses to each request in the batch
   */
  public List get();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy