Uses of Class
de.captaingoldfish.scim.sdk.common.resources.multicomplex.Ims
-
Packages that use Ims Package Description de.captaingoldfish.scim.sdk.common.resources -
-
Uses of Ims in de.captaingoldfish.scim.sdk.common.resources
Methods in de.captaingoldfish.scim.sdk.common.resources that return types with arguments of type Ims Modifier and Type Method Description List<Ims>User. getIms()Instant messaging address for the user.Methods in de.captaingoldfish.scim.sdk.common.resources with parameters of type Ims Modifier and Type Method Description voidUser. addIms(Ims ims)Instant messaging address for the user.Method parameters in de.captaingoldfish.scim.sdk.common.resources with type arguments of type Ims Modifier and Type Method Description voidUser. setIms(List<Ims> ims)Instant messaging address for the user.
-