Class Olingo4BatchRequest
- java.lang.Object
-
- org.apache.camel.component.olingo4.api.batch.Olingo4BatchRequest
-
- Direct Known Subclasses:
Olingo4BatchChangeRequest,Olingo4BatchQueryRequest
public abstract class Olingo4BatchRequest extends Object
Base part in a multipart Batch request.
-
-
Field Summary
Fields Modifier and Type Field Description protected Map<String,String>headersprotected StringresourcePathprotected StringresourceUri
-
Constructor Summary
Constructors Constructor Description Olingo4BatchRequest()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description Map<String,String>getHeaders()StringgetResourcePath()StringgetResourceUri()abstract StringtoString()
-