public class BulkResponse extends Object implements SCIMResponse, Iterable<BulkOperation>
| Constructor and Description |
|---|
BulkResponse(List<BulkOperation> operations)
Create a new bulk response.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<BulkOperation> |
iterator() |
void |
marshal(Marshaller marshaller,
OutputStream outputStream)
Marshals this response using the specified
Marshaller to the
specified OutputStream. |
public BulkResponse(List<BulkOperation> operations)
operations - The operations responses.public void marshal(Marshaller marshaller, OutputStream outputStream) throws Exception
Marshaller to the
specified OutputStream.marshal in interface SCIMResponsemarshaller - The Marshaller to use.outputStream - The OutputStream to write to.Exception - if an error occurs while performing the marshaling.public Iterator<BulkOperation> iterator()
iterator in interface Iterable<BulkOperation>Copyright © 2011–2016 UnboundID. All rights reserved.