Uses of Class
com.oracle.bmc.identitydomains.model.GroupExtOwners.Type
-
Packages that use GroupExtOwners.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of GroupExtOwners.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return GroupExtOwners.Type Modifier and Type Method Description static GroupExtOwners.Type
GroupExtOwners.Type. create(String key)
GroupExtOwners.Type
GroupExtOwners. getType()
Indicates the type of resource–for example, User or Groupstatic GroupExtOwners.Type
GroupExtOwners.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static GroupExtOwners.Type[]
GroupExtOwners.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.identitydomains.model with parameters of type GroupExtOwners.Type Modifier and Type Method Description GroupExtOwners.Builder
GroupExtOwners.Builder. type(GroupExtOwners.Type type)
Indicates the type of resource–for example, User or GroupConstructors in com.oracle.bmc.identitydomains.model with parameters of type GroupExtOwners.Type Constructor Description GroupExtOwners(String value, String ref, String display, GroupExtOwners.Type type)
Deprecated.
-