Uses of Class
com.exasol.extensionmanager.client.model.InstallationsResponseInstallation
-
Packages that use InstallationsResponseInstallation Package Description com.exasol.extensionmanager.client.model -
-
Uses of InstallationsResponseInstallation in com.exasol.extensionmanager.client.model
Methods in com.exasol.extensionmanager.client.model that return InstallationsResponseInstallation Modifier and Type Method Description InstallationsResponseInstallationInstallationsResponseInstallation. name(String name)InstallationsResponseInstallationInstallationsResponseInstallation. version(String version)Methods in com.exasol.extensionmanager.client.model that return types with arguments of type InstallationsResponseInstallation Modifier and Type Method Description List<InstallationsResponseInstallation>InstallationsResponse. getInstallations()Get installationsMethods in com.exasol.extensionmanager.client.model with parameters of type InstallationsResponseInstallation Modifier and Type Method Description InstallationsResponseInstallationsResponse. addInstallationsItem(InstallationsResponseInstallation installationsItem)Method parameters in com.exasol.extensionmanager.client.model with type arguments of type InstallationsResponseInstallation Modifier and Type Method Description InstallationsResponseInstallationsResponse. installations(List<InstallationsResponseInstallation> installations)voidInstallationsResponse. setInstallations(List<InstallationsResponseInstallation> installations)
-