Uses of Class
com.oracle.bmc.identitydomains.model.UserIms.Type
-
Packages that use UserIms.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of UserIms.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return UserIms.Type Modifier and Type Method Description static UserIms.TypeUserIms.Type. create(String key)UserIms.TypeUserIms. getType()A label that indicates the attribute’s function–for example, ‘aim’, ‘gtalk’, or ‘mobile’static UserIms.TypeUserIms.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static UserIms.Type[]UserIms.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 UserIms.Type Modifier and Type Method Description UserIms.BuilderUserIms.Builder. type(UserIms.Type type)A label that indicates the attribute’s function–for example, ‘aim’, ‘gtalk’, or ‘mobile’Constructors in com.oracle.bmc.identitydomains.model with parameters of type UserIms.Type Constructor Description UserIms(String value, String display, UserIms.Type type, Boolean primary)Deprecated.
-