vSphere Client SDK API Documentation : version 5.5.0.1300321

com.vmware.vise.data.query
Class OrderingPropertySpec

java.lang.Object
  extended by com.vmware.vise.data.PropertySpec
      extended by com.vmware.vise.data.query.OrderingPropertySpec

@data(base="Object")
public final class OrderingPropertySpec
extends PropertySpec

Defines a property specification using in order process. Determines how the result will be sorted by this property.


Field Summary
 SortType orderingType
          An optional type of sorting using for this property.
 
Fields inherited from class com.vmware.vise.data.PropertySpec
parameters, propertyNames, relation, type
 
Constructor Summary
OrderingPropertySpec()
           
 
Method Summary
 
Methods inherited from class com.vmware.vise.data.PropertySpec
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

orderingType

@optional
public SortType orderingType
An optional type of sorting using for this property. Example: ascending or descending. Default value is ascending.

Constructor Detail

OrderingPropertySpec

public OrderingPropertySpec()

vSphere Client SDK API Documentation : version 5.5.0.1300321

Copyright @ 2012 VMware, Inc. All rights reserved.