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