Uses of Class
org.apache.olingo.odata2.core.batch.v2.BatchQueryOperation
-
Packages that use BatchQueryOperation Package Description org.apache.olingo.odata2.core.batch.v2 -
-
Uses of BatchQueryOperation in org.apache.olingo.odata2.core.batch.v2
Subclasses of BatchQueryOperation in org.apache.olingo.odata2.core.batch.v2 Modifier and Type Class Description classBatchChangeSetPartMethods in org.apache.olingo.odata2.core.batch.v2 that return BatchQueryOperation Modifier and Type Method Description BatchQueryOperationBatchChangeSetPart. getRequest()BatchQueryOperationBatchQueryOperation. parse()Methods in org.apache.olingo.odata2.core.batch.v2 that return types with arguments of type BatchQueryOperation Modifier and Type Method Description List<BatchQueryOperation>BatchBodyPart. getRequests()Methods in org.apache.olingo.odata2.core.batch.v2 with parameters of type BatchQueryOperation Modifier and Type Method Description static InputStreamBatchParserCommon. convertToInputStream(String contentType, BatchQueryOperation operation, int contentLength)Convert body in form of List of Line items into a InputStream.
-