Uses of Class
com.oracle.bmc.licensemanager.model.ImageResponse
-
Packages that use ImageResponse Package Description com.oracle.bmc.licensemanager.model -
-
Uses of ImageResponse in com.oracle.bmc.licensemanager.model
Methods in com.oracle.bmc.licensemanager.model that return ImageResponse Modifier and Type Method Description ImageResponse
ImageResponse.Builder. build()
Methods in com.oracle.bmc.licensemanager.model that return types with arguments of type ImageResponse Modifier and Type Method Description List<ImageResponse>
ProductLicense. getImages()
The images associated with the product license.List<ImageResponse>
ProductLicenseSummary. getImages()
The images associated with the product license.Methods in com.oracle.bmc.licensemanager.model with parameters of type ImageResponse Modifier and Type Method Description ImageResponse.Builder
ImageResponse.Builder. copy(ImageResponse model)
Method parameters in com.oracle.bmc.licensemanager.model with type arguments of type ImageResponse Modifier and Type Method Description ProductLicense.Builder
ProductLicense.Builder. images(List<ImageResponse> images)
The images associated with the product license.ProductLicenseSummary.Builder
ProductLicenseSummary.Builder. images(List<ImageResponse> images)
The images associated with the product license.Constructor parameters in com.oracle.bmc.licensemanager.model with type arguments of type ImageResponse Constructor Description ProductLicense(String id, String compartmentId, Status status, String statusDescription, Integer totalActiveLicenseUnitCount, LifeCycleState lifecycleState, Double totalLicenseUnitsConsumed, Integer totalLicenseRecordCount, Integer activeLicenseRecordCount, LicenseUnit licenseUnit, Boolean isVendorOracle, Boolean isOverSubscribed, Boolean isUnlimited, String displayName, String vendorName, Date timeCreated, Date timeUpdated, List<ImageResponse> images, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.ProductLicenseSummary(String id, String compartmentId, Status status, String statusDescription, LifeCycleState lifecycleState, Integer totalActiveLicenseUnitCount, Double totalLicenseUnitsConsumed, Integer totalLicenseRecordCount, Integer activeLicenseRecordCount, LicenseUnit licenseUnit, Boolean isVendorOracle, Boolean isOverSubscribed, Boolean isUnlimited, String displayName, String vendorName, Date timeCreated, Date timeUpdated, List<ImageResponse> images, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-