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