Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.PropertyDescription
Package | Description |
---|---|
com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of PropertyDescription in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return types with arguments of type PropertyDescription Modifier and Type Method Description Map<String,PropertyDescription>
PropertyDescription. getFieldDescriptions()
Get fieldDescriptionsMap<String,PropertyDescription>
ServiceDocumentDescription. getPropertyDescriptions()
Get propertyDescriptionsMethods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type PropertyDescription Modifier and Type Method Description PropertyDescription
PropertyDescription. elementDescription(PropertyDescription elementDescription)
PropertyDescription
PropertyDescription. putFieldDescriptionsItem(String key, PropertyDescription fieldDescriptionsItem)
ServiceDocumentDescription
ServiceDocumentDescription. putPropertyDescriptionsItem(String key, PropertyDescription propertyDescriptionsItem)
void
PropertyDescription. setElementDescription(PropertyDescription elementDescription)
Method parameters in com.vmware.vra.jenkinsplugin.model.iaas with type arguments of type PropertyDescription Modifier and Type Method Description PropertyDescription
PropertyDescription. fieldDescriptions(Map<String,PropertyDescription> fieldDescriptions)
ServiceDocumentDescription
ServiceDocumentDescription. propertyDescriptions(Map<String,PropertyDescription> propertyDescriptions)
void
PropertyDescription. setFieldDescriptions(Map<String,PropertyDescription> fieldDescriptions)
void
ServiceDocumentDescription. setPropertyDescriptions(Map<String,PropertyDescription> propertyDescriptions)