Class BatchChangeSetImpl
java.lang.Object
org.apache.olingo.odata2.api.client.batch.BatchChangeSet
org.apache.olingo.odata2.core.batch.BatchChangeSetImpl
- All Implemented Interfaces:
BatchPart
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.apache.olingo.odata2.api.client.batch.BatchChangeSet
BatchChangeSet.BatchChangeSetBuilder -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(BatchChangeSetPart request) Add a new change request to the ChangeSetGet change requestsMethods inherited from class org.apache.olingo.odata2.api.client.batch.BatchChangeSet
newBuilder
-
Constructor Details
-
BatchChangeSetImpl
public BatchChangeSetImpl()
-
-
Method Details
-
add
Description copied from class:BatchChangeSetAdd a new change request to the ChangeSet- Specified by:
addin classBatchChangeSet- Parameters:
request-BatchChangeSetPart
-
getChangeSetParts
Description copied from class:BatchChangeSetGet change requests- Specified by:
getChangeSetPartsin classBatchChangeSet- Returns:
- a list of
BatchChangeSetPart
-