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 PropertyDescriptionPropertyDescription. elementDescription(PropertyDescription elementDescription)PropertyDescriptionPropertyDescription. putFieldDescriptionsItem(String key, PropertyDescription fieldDescriptionsItem)ServiceDocumentDescriptionServiceDocumentDescription. putPropertyDescriptionsItem(String key, PropertyDescription propertyDescriptionsItem)voidPropertyDescription. setElementDescription(PropertyDescription elementDescription)Method parameters in com.vmware.vra.jenkinsplugin.model.iaas with type arguments of type PropertyDescription Modifier and Type Method Description PropertyDescriptionPropertyDescription. fieldDescriptions(Map<String,PropertyDescription> fieldDescriptions)ServiceDocumentDescriptionServiceDocumentDescription. propertyDescriptions(Map<String,PropertyDescription> propertyDescriptions)voidPropertyDescription. setFieldDescriptions(Map<String,PropertyDescription> fieldDescriptions)voidServiceDocumentDescription. setPropertyDescriptions(Map<String,PropertyDescription> propertyDescriptions)