Class BatchQueryPartImpl
- java.lang.Object
-
- org.apache.olingo.odata2.api.client.batch.BatchQueryPart
-
- org.apache.olingo.odata2.core.batch.BatchQueryPartImpl
-
- All Implemented Interfaces:
BatchPart
public class BatchQueryPartImpl extends BatchQueryPart
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classBatchQueryPartImpl.BatchQueryRequestBuilderImpl-
Nested classes/interfaces inherited from class org.apache.olingo.odata2.api.client.batch.BatchQueryPart
BatchQueryPart.BatchQueryPartBuilder
-
-
Constructor Summary
Constructors Constructor Description BatchQueryPartImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetContentId()Map<String,String>getHeaders()StringgetMethod()StringgetUri()-
Methods inherited from class org.apache.olingo.odata2.api.client.batch.BatchQueryPart
contentId, headers, method, newBuilder, uri
-
-
-
-
Method Detail
-
getHeaders
public Map<String,String> getHeaders()
- Specified by:
getHeadersin classBatchQueryPart
-
getMethod
public String getMethod()
- Specified by:
getMethodin classBatchQueryPart
-
getUri
public String getUri()
- Specified by:
getUriin classBatchQueryPart
-
getContentId
public String getContentId()
- Specified by:
getContentIdin classBatchQueryPart
-
-