Uses of Class
com.oracle.bmc.identity.model.Domain.Type
-
Packages that use Domain.Type Package Description com.oracle.bmc.identity.model -
-
Uses of Domain.Type in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return Domain.Type Modifier and Type Method Description static Domain.Type
Domain.Type. create(String key)
Domain.Type
Domain. getType()
The type of the domain.static Domain.Type
Domain.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Domain.Type[]
Domain.Type. 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.Type Modifier and Type Method Description Domain.Builder
Domain.Builder. type(Domain.Type type)
The type of the domain.Constructors in com.oracle.bmc.identity.model with parameters of type Domain.Type 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.
-