Uses of Class
com.oracle.bmc.licensemanager.model.Status
-
Packages that use Status Package Description com.oracle.bmc.licensemanager.model -
-
Uses of Status in com.oracle.bmc.licensemanager.model
Methods in com.oracle.bmc.licensemanager.model that return Status Modifier and Type Method Description static Status
Status. create(String key)
Status
ProductLicense. getStatus()
The current product license status.Status
ProductLicenseSummary. getStatus()
The current product license status.Status
TopUtilizedProductLicenseSummary. getStatus()
The current product license status.static Status
Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static Status[]
Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.licensemanager.model with parameters of type Status Modifier and Type Method Description ProductLicense.Builder
ProductLicense.Builder. status(Status status)
The current product license status.ProductLicenseSummary.Builder
ProductLicenseSummary.Builder. status(Status status)
The current product license status.TopUtilizedProductLicenseSummary.Builder
TopUtilizedProductLicenseSummary.Builder. status(Status status)
The current product license status.Constructors in com.oracle.bmc.licensemanager.model with parameters of type Status 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.TopUtilizedProductLicenseSummary(String productLicenseId, String productType, LicenseUnit unitType, Double totalUnitsConsumed, Integer totalLicenseUnitCount, Boolean isUnlimited, Status status)
Deprecated.
-