public class Olingo4BatchChangeRequest extends Olingo4BatchRequest
Modifier and Type | Class and Description |
---|---|
static class |
Olingo4BatchChangeRequest.Olingo4BatchChangeRequestBuilder |
Modifier and Type | Field and Description |
---|---|
protected Object |
body |
protected String |
contentId |
protected Operation |
operation |
headers, resourcePath, resourceUri
Constructor and Description |
---|
Olingo4BatchChangeRequest() |
Modifier and Type | Method and Description |
---|---|
Object |
getBody() |
String |
getContentId() |
Operation |
getOperation() |
static Olingo4BatchChangeRequest.Olingo4BatchChangeRequestBuilder |
resourcePath(String resourcePath) |
String |
toString() |
getHeaders, getResourcePath, getResourceUri
protected String contentId
protected Operation operation
protected Object body
public Operation getOperation()
public Object getBody()
public String getContentId()
public String toString()
toString
in class Olingo4BatchRequest
public static Olingo4BatchChangeRequest.Olingo4BatchChangeRequestBuilder resourcePath(String resourcePath)
Apache Camel