Uses of Class
com.oracle.bmc.identitydataplane.model.EntityStatus
-
Packages that use EntityStatus Package Description com.oracle.bmc.identitydataplane.model -
-
Uses of EntityStatus in com.oracle.bmc.identitydataplane.model
Methods in com.oracle.bmc.identitydataplane.model that return EntityStatus Modifier and Type Method Description EntityStatus
EntityStatus.Builder. build()
EntityStatus
Compartment. getStatus()
The status of the compartment.Methods in com.oracle.bmc.identitydataplane.model with parameters of type EntityStatus Modifier and Type Method Description EntityStatus.Builder
EntityStatus.Builder. copy(EntityStatus model)
Compartment.Builder
Compartment.Builder. status(EntityStatus status)
The status of the compartment.Constructors in com.oracle.bmc.identitydataplane.model with parameters of type EntityStatus Constructor Description Compartment(String id, String name, String displayName, String fullName, String parentCompartmentId, EntityStatus status, Map<String,String> propertyMap)
Deprecated.
-