Uses of Class
com.oracle.bmc.identitydomains.model.GroupExtSyncedFromApp.Type
-
Packages that use GroupExtSyncedFromApp.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of GroupExtSyncedFromApp.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return GroupExtSyncedFromApp.Type Modifier and Type Method Description static GroupExtSyncedFromApp.TypeGroupExtSyncedFromApp.Type. create(String key)GroupExtSyncedFromApp.TypeGroupExtSyncedFromApp. getType()The type of the entity that created this Group.static GroupExtSyncedFromApp.TypeGroupExtSyncedFromApp.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static GroupExtSyncedFromApp.Type[]GroupExtSyncedFromApp.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 GroupExtSyncedFromApp.Type Modifier and Type Method Description GroupExtSyncedFromApp.BuilderGroupExtSyncedFromApp.Builder. type(GroupExtSyncedFromApp.Type type)The type of the entity that created this Group.Constructors in com.oracle.bmc.identitydomains.model with parameters of type GroupExtSyncedFromApp.Type Constructor Description GroupExtSyncedFromApp(String value, GroupExtSyncedFromApp.Type type, String ref, String display)Deprecated.
-