Uses of Class
com.vmware.vcloud.sdk.constants.query.SortType

Packages that use SortType
com.vmware.vcloud.sdk   
com.vmware.vcloud.sdk.constants.query   
 

Uses of SortType in com.vmware.vcloud.sdk
 

Methods in com.vmware.vcloud.sdk that return types with arguments of type SortType
 LinkedHashMap<T,SortType> QueryParams.getSortFields()
          Returns a linked hash map of sort fields.
 

Method parameters in com.vmware.vcloud.sdk with type arguments of type SortType
 void QueryParams.setSortFields(LinkedHashMap<T,SortType> sortFields)
          Set the linked hash map of sort fields and its sort type.
 

Uses of SortType in com.vmware.vcloud.sdk.constants.query
 

Methods in com.vmware.vcloud.sdk.constants.query that return SortType
static SortType SortType.fromValue(String value)
           
static SortType SortType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SortType[] SortType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2016. All Rights Reserved.