Uses of Class
com.oracle.bmc.identitydomains.model.UserExtSyncedFromApp.Type
-
Packages that use UserExtSyncedFromApp.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of UserExtSyncedFromApp.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return UserExtSyncedFromApp.Type Modifier and Type Method Description static UserExtSyncedFromApp.Type
UserExtSyncedFromApp.Type. create(String key)
UserExtSyncedFromApp.Type
UserExtSyncedFromApp. getType()
A label that indicates whether this is an App or IdentitySource.static UserExtSyncedFromApp.Type
UserExtSyncedFromApp.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserExtSyncedFromApp.Type[]
UserExtSyncedFromApp.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 UserExtSyncedFromApp.Type Modifier and Type Method Description UserExtSyncedFromApp.Builder
UserExtSyncedFromApp.Builder. type(UserExtSyncedFromApp.Type type)
A label that indicates whether this is an App or IdentitySource.Constructors in com.oracle.bmc.identitydomains.model with parameters of type UserExtSyncedFromApp.Type Constructor Description UserExtSyncedFromApp(String value, UserExtSyncedFromApp.Type type, String ref, String display)
Deprecated.
-