| Modifier and Type | Field and Description |
|---|---|
com.vmware.vise.data.query.FacetSpec[] |
facets
Specification of which facets to compute on the result (internal use only).
|
Integer |
maxResultCount
The maximum number of results to retrieve.
|
Integer |
offset
The offset into the result set.
|
OrderingCriteria |
order
The criteria specifying how the results should be ordered.
|
| Constructor and Description |
|---|
ResultSpec() |
@optional public Integer maxResultCount
@optional public Integer offset
@optional public OrderingCriteria order
@optional public com.vmware.vise.data.query.FacetSpec[] facets
public ResultSpec clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright @ 2013 VMware, Inc. All rights reserved.