Uses of Class
org.apache.olingo.odata2.api.client.batch.BatchChangeSetPart
-
Packages that use BatchChangeSetPart Package Description org.apache.olingo.odata2.api.client.batch -
-
Uses of BatchChangeSetPart in org.apache.olingo.odata2.api.client.batch
Methods in org.apache.olingo.odata2.api.client.batch that return BatchChangeSetPart Modifier and Type Method Description abstract BatchChangeSetPartBatchChangeSetPart.BatchChangeSetPartBuilder. build()Methods in org.apache.olingo.odata2.api.client.batch that return types with arguments of type BatchChangeSetPart Modifier and Type Method Description abstract List<BatchChangeSetPart>BatchChangeSet. getChangeSetParts()Get change requestsMethods in org.apache.olingo.odata2.api.client.batch with parameters of type BatchChangeSetPart Modifier and Type Method Description abstract voidBatchChangeSet. add(BatchChangeSetPart request)Add a new change request to the ChangeSet
-