Uses of Class
io.jans.scim.model.scim2.user.InstantMessagingAddress
-
Packages that use InstantMessagingAddress 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 in io.jans.scim.model.scim2.user
Methods in io.jans.scim.model.scim2.user that return types with arguments of type InstantMessagingAddress Modifier and Type Method Description List<InstantMessagingAddress>UserResource. getIms()Method parameters in io.jans.scim.model.scim2.user with type arguments of type InstantMessagingAddress Modifier and Type Method Description voidUserResource. setIms(List<InstantMessagingAddress> ims)
-