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

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

Uses of FormatType in com.vmware.vcloud.sdk
 

Methods in com.vmware.vcloud.sdk with parameters of type FormatType
 String QueryService.buildQuery(FormatType formatType)
          Method which builds the query based on the format type.
 

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

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



Copyright © 2016. All Rights Reserved.