|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.vmware.vcloud.sdk.VcloudResource<com.vmware.vcloud.api.rest.schema.ContainerType>
com.vmware.vcloud.sdk.Result<T>
public abstract class Result<T extends com.vmware.vcloud.api.rest.schema.ContainerType>
This class represents the result of the query.
| Method Summary | |
|---|---|
String |
getName()
Returns the name of the query made. |
Integer |
getPage()
Returns the page no. |
Integer |
getPageSize()
Returns the page size. |
Long |
getTotal()
Returns the total number of items. |
Boolean |
hasFirstPage()
Returns true if the current result contains first page. |
Boolean |
hasLastPage()
Returns true if the current result contains last page. |
Boolean |
hasNextPage()
Returns true if the current result contains next page. |
Boolean |
hasPreviousPage()
Returns true if the current result contains previous page. |
| Methods inherited from class com.vmware.vcloud.sdk.VcloudResource |
|---|
getReference, getResource |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public String getName()
Stringpublic Integer getPage()
Integerpublic Integer getPageSize()
Integerpublic Long getTotal()
Longpublic Boolean hasNextPage()
Booleanpublic Boolean hasFirstPage()
Booleanpublic Boolean hasPreviousPage()
Booleanpublic Boolean hasLastPage()
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||