Uses of Class
org.apache.olingo.odata2.core.batch.v2.BatchBodyPart
-
Packages that use BatchBodyPart Package Description org.apache.olingo.odata2.core.batch.v2 -
-
Uses of BatchBodyPart in org.apache.olingo.odata2.core.batch.v2
Methods in org.apache.olingo.odata2.core.batch.v2 that return BatchBodyPart Modifier and Type Method Description BatchBodyPartBatchBodyPart. parse()Methods in org.apache.olingo.odata2.core.batch.v2 with parameters of type BatchBodyPart Modifier and Type Method Description List<BatchParserResult>BatchRequestTransformator. transform(BatchBodyPart bodyPart, PathInfo pathInfo, String baseUri)List<BatchParserResult>BatchResponseTransformator. transform(BatchBodyPart bodyPart, PathInfo pathInfo, String baseUri)List<BatchParserResult>BatchTransformator. transform(BatchBodyPart bodyPart, PathInfo pathInfo, String baseUri)
-