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