Uses of Class
com.oracle.bmc.oda.model.OdaInstance.LifecycleSubState
-
Packages that use OdaInstance.LifecycleSubState Package Description com.oracle.bmc.oda.model -
-
Uses of OdaInstance.LifecycleSubState in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return OdaInstance.LifecycleSubState Modifier and Type Method Description static OdaInstance.LifecycleSubState
OdaInstance.LifecycleSubState. create(String key)
OdaInstance.LifecycleSubState
OdaInstance. getLifecycleSubState()
The current sub-state of the Digital Assistant instance.static OdaInstance.LifecycleSubState
OdaInstance.LifecycleSubState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OdaInstance.LifecycleSubState[]
OdaInstance.LifecycleSubState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.oda.model with parameters of type OdaInstance.LifecycleSubState Modifier and Type Method Description OdaInstance.Builder
OdaInstance.Builder. lifecycleSubState(OdaInstance.LifecycleSubState lifecycleSubState)
The current sub-state of the Digital Assistant instance.Constructors in com.oracle.bmc.oda.model with parameters of type OdaInstance.LifecycleSubState Constructor Description OdaInstance(String id, String displayName, String description, String compartmentId, OdaInstance.ShapeName shapeName, String webAppUrl, String connectorUrl, Date timeCreated, Date timeUpdated, OdaInstance.LifecycleState lifecycleState, OdaInstance.LifecycleSubState lifecycleSubState, String stateMessage, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Boolean isRoleBasedAccess, String identityDomain, String identityAppGuid, String identityAppConsoleUrl, List<String> importedPackageNames, List<String> importedPackageIds, List<String> attachmentTypes, List<String> attachmentIds, List<RestrictedOperation> restrictedOperations)
Deprecated.
-