|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.appengine.api.search.AddResponse
PutResponse instead.
@Deprecated public class AddResponse
Represents a result of adding a list of objects (documents or queries)
to an index. The response contains a list of 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.
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
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
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||