Class Olingo4BatchChangeRequest
- java.lang.Object
-
- org.apache.camel.component.olingo4.api.batch.Olingo4BatchRequest
-
- org.apache.camel.component.olingo4.api.batch.Olingo4BatchChangeRequest
-
public class Olingo4BatchChangeRequest extends Olingo4BatchRequest
Batch Change part.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOlingo4BatchChangeRequest.Olingo4BatchChangeRequestBuilder
-
Field Summary
Fields Modifier and Type Field Description protected Objectbodyprotected StringcontentIdprotected Operationoperation-
Fields inherited from class org.apache.camel.component.olingo4.api.batch.Olingo4BatchRequest
headers, resourcePath, resourceUri
-
-
Constructor Summary
Constructors Constructor Description Olingo4BatchChangeRequest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetBody()StringgetContentId()OperationgetOperation()static Olingo4BatchChangeRequest.Olingo4BatchChangeRequestBuilderresourcePath(String resourcePath)StringtoString()-
Methods inherited from class org.apache.camel.component.olingo4.api.batch.Olingo4BatchRequest
getHeaders, getResourcePath, getResourceUri
-
-
-
-
Method Detail
-
getOperation
public Operation getOperation()
-
getBody
public Object getBody()
-
getContentId
public String getContentId()
-
toString
public String toString()
- Specified by:
toStringin classOlingo4BatchRequest
-
resourcePath
public static Olingo4BatchChangeRequest.Olingo4BatchChangeRequestBuilder resourcePath(String resourcePath)
-
-