|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.appengine.api.search.ListIndexesResponse
GetResponse instead
@Deprecated public class ListIndexesResponse
Represents a result of executing a ListIndexesRequest. The response
contains a list of Index that the application has access to.
| Method Summary | |
|---|---|
java.util.List<Index> |
getIndexes()
Deprecated. |
java.util.Iterator<Index> |
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<Index> iterator()
iterator in interface java.lang.Iterable<Index>public java.util.List<Index> getIndexes()
Index that an application has
access topublic 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 | ||||||||