Class BatchChangeSetPartImpl
- java.lang.Object
-
- org.apache.olingo.odata2.api.client.batch.BatchChangeSetPart
-
- org.apache.olingo.odata2.core.batch.BatchChangeSetPartImpl
-
public class BatchChangeSetPartImpl extends BatchChangeSetPart
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classBatchChangeSetPartImpl.BatchChangeSetRequestBuilderImpl-
Nested classes/interfaces inherited from class org.apache.olingo.odata2.api.client.batch.BatchChangeSetPart
BatchChangeSetPart.BatchChangeSetPartBuilder
-
-
Constructor Summary
Constructors Constructor Description BatchChangeSetPartImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBody()byte[]getBodyAsBytes()StringgetContentId()Map<String,String>getHeaders()StringgetMethod()StringgetUri()-
Methods inherited from class org.apache.olingo.odata2.api.client.batch.BatchChangeSetPart
body, body, contentId, headers, method, newBuilder, uri
-
-
-
-
Field Detail
-
cntId
public String cntId
-
-
Method Detail
-
getHeaders
public Map<String,String> getHeaders()
- Specified by:
getHeadersin classBatchChangeSetPart
-
getBody
public String getBody()
- Specified by:
getBodyin classBatchChangeSetPart
-
getBodyAsBytes
public byte[] getBodyAsBytes()
- Specified by:
getBodyAsBytesin classBatchChangeSetPart
-
getMethod
public String getMethod()
- Specified by:
getMethodin classBatchChangeSetPart
-
getUri
public String getUri()
- Specified by:
getUriin classBatchChangeSetPart
-
getContentId
public String getContentId()
- Specified by:
getContentIdin classBatchChangeSetPart
-
-