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