Uses of Class
com.oracle.bmc.identitydomains.model.MePhotos.Type
-
Packages that use MePhotos.Type Package Description com.oracle.bmc.identitydomains.model -
-
Uses of MePhotos.Type in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return MePhotos.Type Modifier and Type Method Description static MePhotos.TypeMePhotos.Type. create(String key)MePhotos.TypeMePhotos. getType()A label indicating the attribute’s function; e.g., ‘photo’ or ‘thumbnail’.static MePhotos.TypeMePhotos.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static MePhotos.Type[]MePhotos.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 MePhotos.Type Modifier and Type Method Description MePhotos.BuilderMePhotos.Builder. type(MePhotos.Type type)A label indicating the attribute’s function; e.g., ‘photo’ or ‘thumbnail’.Constructors in com.oracle.bmc.identitydomains.model with parameters of type MePhotos.Type Constructor Description MePhotos(String value, String display, MePhotos.Type type, Boolean primary)Deprecated.
-