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

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

Uses of FilterType in com.vmware.vcloud.sdk
 

Constructors in com.vmware.vcloud.sdk with parameters of type FilterType
Filter(FilterType filterType, List<Expression> expressions)
          Constructing a filter with a list of expressions seperated by a filter type.
Filter(List<Filter> filters, FilterType filterType)
          Constructing filter from filters.
 

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

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



Copyright © 2016. All Rights Reserved.