|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.appengine.api.search.AddDocumentsResponse
AddResponse.
@Deprecated public class AddDocumentsResponse
Represents a result of adding a list of Document to the index. The
response contains a list of OperationResult indicating success
or not of adding each of the Documents, and a
list of Id of the Documents which are those
given in the request or allocated by the search service to those
Documents which do not have an Id supplied.
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getDocumentIds()
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 not@Deprecated public java.util.List<java.lang.String> getDocumentIds()
Document Idspublic 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 | ||||||||