Uses of Class
com.oracle.bmc.identity.model.Domain.LifecycleDetails
-
Packages that use Domain.LifecycleDetails Package Description com.oracle.bmc.identity.model -
-
Uses of Domain.LifecycleDetails in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return Domain.LifecycleDetails Modifier and Type Method Description static Domain.LifecycleDetails
Domain.LifecycleDetails. create(String key)
Domain.LifecycleDetails
Domain. getLifecycleDetails()
Any additional details about the current state of the identity domain.static Domain.LifecycleDetails
Domain.LifecycleDetails. valueOf(String name)
Returns the enum constant of this type with the specified name.static Domain.LifecycleDetails[]
Domain.LifecycleDetails. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identity.model with parameters of type Domain.LifecycleDetails Modifier and Type Method Description Domain.Builder
Domain.Builder. lifecycleDetails(Domain.LifecycleDetails lifecycleDetails)
Any additional details about the current state of the identity domain.Constructors in com.oracle.bmc.identity.model with parameters of type Domain.LifecycleDetails Constructor Description Domain(String id, String compartmentId, String displayName, String description, String url, String homeRegionUrl, String homeRegion, List<ReplicatedRegionDetails> replicaRegions, Domain.Type type, String licenseType, Boolean isHiddenOnLogin, Date timeCreated, Domain.LifecycleState lifecycleState, Domain.LifecycleDetails lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-