Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.TableDescription
| Package | Description |
|---|---|
| com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of TableDescription in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return TableDescription Modifier and Type Method Description TableDescriptionTableDescription. documentKind(String documentKind)TableDescriptionTableDescription. factoryLink(String factoryLink)TableDescriptionTableDescription. jpaEntity(Boolean jpaEntity)TableDescriptionTableDescription. serviceDocumentDescription(ServiceDocumentDescription serviceDocumentDescription)TableDescriptionTableDescription. tableName(String tableName)Methods in com.vmware.vra.jenkinsplugin.model.iaas that return types with arguments of type TableDescription Modifier and Type Method Description List<TableDescription>PostgresSchemaManager. getTableDescriptions()Get tableDescriptionsMethods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type TableDescription Modifier and Type Method Description PostgresSchemaManagerPostgresSchemaManager. addTableDescriptionsItem(TableDescription tableDescriptionsItem)Method parameters in com.vmware.vra.jenkinsplugin.model.iaas with type arguments of type TableDescription Modifier and Type Method Description voidPostgresSchemaManager. setTableDescriptions(List<TableDescription> tableDescriptions)PostgresSchemaManagerPostgresSchemaManager. tableDescriptions(List<TableDescription> tableDescriptions)