PutResponse instead.@Deprecated public class AddResponse extends java.lang.Object implements java.lang.Iterable<OperationResult>, java.io.Serializable
OperationResult
indicating success or not of adding each of the objects, and a list
of Id of the objects which are those given in the request or allocated
by the search service to those objects which do not have an Id supplied.| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getIds()
Deprecated.
|
java.util.List<OperationResult> |
getResults()
Deprecated.
|
java.util.Iterator<OperationResult> |
iterator()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
public java.util.Iterator<OperationResult> iterator()
iterator in interface java.lang.Iterable<OperationResult>public java.util.List<OperationResult> getResults()
OperationResult indicating
whether each Document was added or notpublic java.util.List<java.lang.String> getIds()
public java.lang.String toString()
toString in class java.lang.Object