Uses of Class
com.oracle.bmc.fleetappsmanagement.model.InventoryRecord.LifecycleState
-
Packages that use InventoryRecord.LifecycleState Package Description com.oracle.bmc.fleetappsmanagement.model -
-
Uses of InventoryRecord.LifecycleState in com.oracle.bmc.fleetappsmanagement.model
Methods in com.oracle.bmc.fleetappsmanagement.model that return InventoryRecord.LifecycleState Modifier and Type Method Description static InventoryRecord.LifecycleStateInventoryRecord.LifecycleState. create(String key)InventoryRecord.LifecycleStateInventoryRecord. getLifecycleState()The current state of the Inventory target.InventoryRecord.LifecycleStateInventoryRecordSummary. getLifecycleState()The current state of the Inventory target.static InventoryRecord.LifecycleStateInventoryRecord.LifecycleState. valueOf(String name)Returns the enum constant of this type with the specified name.static InventoryRecord.LifecycleState[]InventoryRecord.LifecycleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.fleetappsmanagement.model with parameters of type InventoryRecord.LifecycleState Modifier and Type Method Description InventoryRecord.BuilderInventoryRecord.Builder. lifecycleState(InventoryRecord.LifecycleState lifecycleState)The current state of the Inventory target.InventoryRecordSummary.BuilderInventoryRecordSummary.Builder. lifecycleState(InventoryRecord.LifecycleState lifecycleState)The current state of the Inventory target.Constructors in com.oracle.bmc.fleetappsmanagement.model with parameters of type InventoryRecord.LifecycleState Constructor Description InventoryRecord(String targetId, String targetName, String version, String targetResourceId, String targetResourceName, String compartmentId, String targetProductId, String targetProductName, String osType, String architecture, List<InventoryRecordProperty> properties, List<InventoryRecordComponent> components, List<InventoryRecordPatchDetails> installedPatches, Date timeCreated, Date timeUpdated, InventoryRecord.LifecycleState lifecycleState)Deprecated.InventoryRecordSummary(String targetId, String targetName, String version, String targetResourceId, String targetResourceName, String compartmentId, String targetProductId, String targetProductName, String osType, String architecture, List<InventoryRecordProperty> properties, List<InventoryRecordComponent> components, List<InventoryRecordPatchDetails> installedPatches, Date timeCreated, Date timeUpdated, InventoryRecord.LifecycleState lifecycleState)Deprecated.
-