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