Package | Description |
---|---|
com.oracle.bmc.licensemanager.model |
Modifier and Type | Method and Description |
---|---|
ImageResponse |
ImageResponse.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<ImageResponse> |
ProductLicenseSummary.getImages()
The images associated with the product license.
|
List<ImageResponse> |
ProductLicense.getImages()
The images associated with the product license.
|
Modifier and Type | Method and Description |
---|---|
ImageResponse.Builder |
ImageResponse.Builder.copy(ImageResponse model) |
Modifier and Type | Method and Description |
---|---|
ProductLicenseSummary.Builder |
ProductLicenseSummary.Builder.images(List<ImageResponse> images)
The images associated with the product license.
|
ProductLicense.Builder |
ProductLicense.Builder.images(List<ImageResponse> images)
The images associated with the product license.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.