Uses of Class
com.vmware.vcloud.sdk.constants.MetadataDomain

Packages that use MetadataDomain
com.vmware.vcloud.sdk   
com.vmware.vcloud.sdk.constants   
 

Uses of MetadataDomain in com.vmware.vcloud.sdk
 

Methods in com.vmware.vcloud.sdk with parameters of type MetadataDomain
 void QueryParams.addMetadataField(String metadataKey, MetadataDomain domain)
          Adds a metadata field/key along with the domain.
 Task Metadata.deleteTypedMetadataEntry(String key, MetadataDomain domain)
          Deletes a specific typed metadata entry.
 com.vmware.vcloud.api.rest.schema.MetadataEntryType Metadata.getTypedMetadataEntry(String key, MetadataDomain domain)
          Returns the specific typed metadata entry for the specified key and domain.
 

Constructors in com.vmware.vcloud.sdk with parameters of type MetadataDomain
Expression(String key, MetadataDomain domain, com.vmware.vcloud.api.rest.schema.MetadataTypedValue value, MetadataExpressionType expressionType)
          Constructing a metadata expression.
 

Uses of MetadataDomain in com.vmware.vcloud.sdk.constants
 

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



Copyright © 2016. All Rights Reserved.