Class BatchChangeSetImpl
- java.lang.Object
-
- org.apache.olingo.odata2.api.client.batch.BatchChangeSet
-
- org.apache.olingo.odata2.core.batch.BatchChangeSetImpl
-
- All Implemented Interfaces:
BatchPart
public class BatchChangeSetImpl extends BatchChangeSet
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classBatchChangeSetImpl.BatchChangeSetBuilderImpl-
Nested classes/interfaces inherited from class org.apache.olingo.odata2.api.client.batch.BatchChangeSet
BatchChangeSet.BatchChangeSetBuilder
-
-
Constructor Summary
Constructors Constructor Description BatchChangeSetImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadd(BatchChangeSetPart request)List<BatchChangeSetPart>getChangeSetParts()-
Methods inherited from class org.apache.olingo.odata2.api.client.batch.BatchChangeSet
newBuilder
-
-
-
-
Method Detail
-
add
public void add(BatchChangeSetPart request)
- Specified by:
addin classBatchChangeSet
-
getChangeSetParts
public List<BatchChangeSetPart> getChangeSetParts()
- Specified by:
getChangeSetPartsin classBatchChangeSet
-
-