Uses of Class
com.ibm.cloud.platform_services.catalog_management.v1.model.Version
-
Packages that use Version Package Description com.ibm.cloud.platform_services.catalog_management.v1 Catalog Management API v1.com.ibm.cloud.platform_services.catalog_management.v1.model -
-
Uses of Version in com.ibm.cloud.platform_services.catalog_management.v1
Methods in com.ibm.cloud.platform_services.catalog_management.v1 that return types with arguments of type Version Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<Version>CatalogManagement. getOfferingWorkingCopy(GetOfferingWorkingCopyOptions getOfferingWorkingCopyOptions)Create working copy of version. -
Uses of Version in com.ibm.cloud.platform_services.catalog_management.v1.model
Methods in com.ibm.cloud.platform_services.catalog_management.v1.model that return Version Modifier and Type Method Description VersionVersion.Builder. build()Builds a Version.Methods in com.ibm.cloud.platform_services.catalog_management.v1.model that return types with arguments of type Version Modifier and Type Method Description java.util.List<Version>Kind. versions()Gets the versions.Methods in com.ibm.cloud.platform_services.catalog_management.v1.model with parameters of type Version Modifier and Type Method Description Kind.BuilderKind.Builder. addVersions(Version versions)Adds an versions to versions.Method parameters in com.ibm.cloud.platform_services.catalog_management.v1.model with type arguments of type Version Modifier and Type Method Description Kind.BuilderKind.Builder. versions(java.util.List<Version> versions)Set the versions.
-