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

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

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

import java.util.List;

/*
 * Represents a change set in a batch request.
 */

public interface ChangeSet {
	

  /**
   * Gets a list of requests (Create, Update, or Delete) within the change set.
   * @return Requests in the change set
   */
	public List getRequests();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy