Uses of Class
io.jans.scim.model.scim2.user.PhoneNumber.Type
-
Packages that use PhoneNumber.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 PhoneNumber.Type in io.jans.scim.model.scim2.user
Methods in io.jans.scim.model.scim2.user that return PhoneNumber.Type Modifier and Type Method Description static PhoneNumber.Type
PhoneNumber.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static PhoneNumber.Type[]
PhoneNumber.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 PhoneNumber.Type Modifier and Type Method Description void
PhoneNumber. setType(PhoneNumber.Type type)
-