|
||||||||||
| 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<com.vmware.vcloud.api.rest.schema.ReferencesType>
com.vmware.vcloud.sdk.ReferenceResult
public class ReferenceResult
This class represents the query results in the form of references.
| Method Summary | |
|---|---|
ReferenceResult |
getFirstPage()
Returns the first page if any in the form of a ReferenceResult. |
RecordResult |
getIdRecordResult()
Returns the result in the Id RecordResult format |
ReferenceResult |
getLastPage()
Returns the last page if any in the form of a ReferenceResult. |
ReferenceResult |
getNextPage()
Returns the next page if any in the form of a ReferenceResult. |
ReferenceResult |
getPreviousPage()
Returns the previous page if any in the form of a ReferenceResult. |
RecordResult |
getRecordResult()
Returns the result in the RecordResult format |
List<com.vmware.vcloud.api.rest.schema.ReferenceType> |
getReferences()
Returns a collection of the references. |
com.vmware.vcloud.api.rest.schema.ReferencesType |
getResource()
Returns the actual references type as defined in the vcloud schema. |
| Methods inherited from class com.vmware.vcloud.sdk.Result |
|---|
getName, getPage, getPageSize, getTotal, hasFirstPage, hasLastPage, hasNextPage, hasPreviousPage |
| Methods inherited from class com.vmware.vcloud.sdk.VcloudResource |
|---|
getReference |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public com.vmware.vcloud.api.rest.schema.ReferencesType getResource()
getResource in class VcloudResource<com.vmware.vcloud.api.rest.schema.ContainerType>ReferencesTypepublic List<com.vmware.vcloud.api.rest.schema.ReferenceType> getReferences()
List<ReferenceType>
public ReferenceResult getFirstPage()
throws VCloudException
ReferenceResult
VCloudException
public ReferenceResult getPreviousPage()
throws VCloudException
ReferenceResult
VCloudException
public ReferenceResult getNextPage()
throws VCloudException
ReferenceResult
VCloudException
public ReferenceResult getLastPage()
throws VCloudException
ReferenceResult
VCloudException
public RecordResult getRecordResult()
throws VCloudException
RecordResult
VCloudException
public RecordResult getIdRecordResult()
throws VCloudException
RecordResult
VCloudException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||