Uses of Class
io.jans.scim.model.scim2.user.Photo.Type
-
Packages that use Photo.Type Package Description io.jans.scim.model.scim2.user Holds POJOs that model the structure (attributes and subattributes) of the User SCIM resource. -
-
Uses of Photo.Type in io.jans.scim.model.scim2.user
Methods in io.jans.scim.model.scim2.user that return Photo.Type Modifier and Type Method Description static Photo.Type
Photo.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Photo.Type[]
Photo.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.jans.scim.model.scim2.user with parameters of type Photo.Type Modifier and Type Method Description void
Photo. setType(Photo.Type type)
-