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