Uses of Class
com.oracle.bmc.licensemanager.model.ProductLicense
-
Packages that use ProductLicense Package Description com.oracle.bmc.licensemanager.model com.oracle.bmc.licensemanager.responses -
-
Uses of ProductLicense in com.oracle.bmc.licensemanager.model
Methods in com.oracle.bmc.licensemanager.model that return ProductLicense Modifier and Type Method Description ProductLicenseProductLicense.Builder. build()Methods in com.oracle.bmc.licensemanager.model with parameters of type ProductLicense Modifier and Type Method Description ProductLicense.BuilderProductLicense.Builder. copy(ProductLicense model) -
Uses of ProductLicense in com.oracle.bmc.licensemanager.responses
Methods in com.oracle.bmc.licensemanager.responses that return ProductLicense Modifier and Type Method Description ProductLicenseCreateProductLicenseResponse. getProductLicense()The returned ProductLicense instance.ProductLicenseGetProductLicenseResponse. getProductLicense()The returned ProductLicense instance.ProductLicenseUpdateProductLicenseResponse. getProductLicense()The returned ProductLicense instance.Methods in com.oracle.bmc.licensemanager.responses with parameters of type ProductLicense Modifier and Type Method Description CreateProductLicenseResponse.BuilderCreateProductLicenseResponse.Builder. productLicense(ProductLicense productLicense)The returned ProductLicense instance.GetProductLicenseResponse.BuilderGetProductLicenseResponse.Builder. productLicense(ProductLicense productLicense)The returned ProductLicense instance.UpdateProductLicenseResponse.BuilderUpdateProductLicenseResponse.Builder. productLicense(ProductLicense productLicense)The returned ProductLicense instance.
-