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