Class EnterpriseUser.EnterpriseUserBuilder
java.lang.Object
de.captaingoldfish.scim.sdk.common.resources.EnterpriseUser.EnterpriseUserBuilder
- Enclosing class:
- EnterpriseUser
override lombok builder
-
Constructor Summary
ConstructorsConstructorDescriptionmake builder constructor public in order to allow inheritance for this builder -
Method Summary
Modifier and TypeMethodDescriptionbuild()costCenter(String costCenter) department(String department) employeeNumber(String employeeNumber) organization(String organization) toString()
-
Constructor Details
-
EnterpriseUserBuilder
public EnterpriseUserBuilder()make builder constructor public in order to allow inheritance for this builder
-
-
Method Details