| java.lang.Object |
| ↳ |
org.odata4j.producer.resources.BatchResult |
Class Overview
This object groups the responses for each
operation in a batch.
Per OData's spec, the order of the
responses matches the order of the operations in
the batch request
Summary
|
[Expand]
Inherited Methods |
From class
java.lang.Object
|
Object
|
clone()
|
|
boolean
|
equals(Object arg0)
|
|
void
|
finalize()
|
|
final
Class<?>
|
getClass()
|
|
int
|
hashCode()
|
|
final
void
|
notify()
|
|
final
void
|
notifyAll()
|
|
String
|
toString()
|
|
final
void
|
wait()
|
|
final
void
|
wait(long arg0, int arg1)
|
|
final
void
|
wait(long arg0)
|
|
Fields
private
String
changesetId
Public Constructors
Public Methods
public
String
getBatchId
()
public
String
getChangesetId
()
public
void
setBatchId
(String batchId)
public
void
setChangesetId
(String changesetId)