Uses of Class
de.captaingoldfish.scim.sdk.common.resources.complex.Manager
-
Packages that use Manager Package Description de.captaingoldfish.scim.sdk.common.resources de.captaingoldfish.scim.sdk.common.resources.complex -
-
Uses of Manager in de.captaingoldfish.scim.sdk.common.resources
Methods in de.captaingoldfish.scim.sdk.common.resources that return types with arguments of type Manager Modifier and Type Method Description Optional<Manager>EnterpriseUser. getManager()The user's manager.Methods in de.captaingoldfish.scim.sdk.common.resources with parameters of type Manager Modifier and Type Method Description EnterpriseUser.EnterpriseUserBuilderEnterpriseUser.EnterpriseUserBuilder. manager(Manager manager)voidEnterpriseUser. setManager(Manager manager)The user's manager.Constructors in de.captaingoldfish.scim.sdk.common.resources with parameters of type Manager Constructor Description EnterpriseUser(String employeeNumber, String costCenter, String organization, String division, String department, Manager manager) -
Uses of Manager in de.captaingoldfish.scim.sdk.common.resources.complex
Methods in de.captaingoldfish.scim.sdk.common.resources.complex that return Manager Modifier and Type Method Description ManagerManager.ManagerBuilder. build()
-