Uses of Class
com.oracle.bmc.licensemanager.model.LifeCycleState
-
Packages that use LifeCycleState Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.model -
-
Uses of LifeCycleState in com.oracle.bmc.licensemanager
-
Uses of LifeCycleState in com.oracle.bmc.licensemanager.model
Methods in com.oracle.bmc.licensemanager.model that return LifeCycleState Modifier and Type Method Description static LifeCycleState
LifeCycleState. create(String key)
LifeCycleState
LicenseRecord. getLifecycleState()
The current license record state.LifeCycleState
LicenseRecordSummary. getLifecycleState()
The current license record state.LifeCycleState
ProductLicense. getLifecycleState()
The current product license state.LifeCycleState
ProductLicenseSummary. getLifecycleState()
The current product license state.static LifeCycleState
LifeCycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifeCycleState[]
LifeCycleState. 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 LifeCycleState Modifier and Type Method Description LicenseRecord.Builder
LicenseRecord.Builder. lifecycleState(LifeCycleState lifecycleState)
The current license record state.LicenseRecordSummary.Builder
LicenseRecordSummary.Builder. lifecycleState(LifeCycleState lifecycleState)
The current license record state.ProductLicense.Builder
ProductLicense.Builder. lifecycleState(LifeCycleState lifecycleState)
The current product license state.ProductLicenseSummary.Builder
ProductLicenseSummary.Builder. lifecycleState(LifeCycleState lifecycleState)
The current product license state.Constructors in com.oracle.bmc.licensemanager.model with parameters of type LifeCycleState Constructor Description LicenseRecord(String id, String productLicenseId, String compartmentId, String displayName, String productId, Integer licenseCount, Date expirationDate, Date supportEndDate, Boolean isUnlimited, Boolean isPerpetual, Date timeCreated, Date timeUpdated, LifeCycleState lifecycleState, LicenseUnit licenseUnit, String productLicense, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.LicenseRecordSummary(String id, String productLicenseId, String compartmentId, String displayName, String productId, Integer licenseCount, Date expirationDate, Date supportEndDate, Boolean isUnlimited, Boolean isPerpetual, Date timeCreated, Date timeUpdated, LifeCycleState lifecycleState, LicenseUnit licenseUnit, String productLicense, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.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.
-