com.google.appengine.api.search
Class DeleteDocumentsResponse

java.lang.Object
  extended by com.google.appengine.api.search.DeleteDocumentsResponse
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<OperationResult>

public final class DeleteDocumentsResponse
extends java.lang.Object
implements java.lang.Iterable<OperationResult>, java.io.Serializable

Represents the result of executing a DeleteDocumentsResponse. The response is a list of OperationResult indicating whether a Document was deleted or not.

See Also:
Serialized Form

Method Summary
 java.util.List<OperationResult> getResults()
           
 java.util.Iterator<OperationResult> iterator()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

iterator

public java.util.Iterator<OperationResult> iterator()
Specified by:
iterator in interface java.lang.Iterable<OperationResult>

getResults

public java.util.List<OperationResult> getResults()
Returns:
an unmodifiable listcollection of OperationResult indicating whether each of the Documents was deleted or not

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object