Uses of Class
de.captaingoldfish.scim.sdk.common.resources.multicomplex.Ims
-
Packages that use Ims Package Description de.captaingoldfish.scim.sdk.common.resources de.captaingoldfish.scim.sdk.common.resources.multicomplex -
-
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 User.UserBuilderUser.UserBuilder. ims(List<Ims> ims)voidUser. setIms(List<Ims> ims)Instant messaging address for the user. -
Uses of Ims in de.captaingoldfish.scim.sdk.common.resources.multicomplex
Methods in de.captaingoldfish.scim.sdk.common.resources.multicomplex that return Ims Modifier and Type Method Description ImsIms.ImsBuilder. build()
-