Class PatchConfig.PatchConfigBuilder
- java.lang.Object
-
- de.captaingoldfish.scim.sdk.common.resources.complex.PatchConfig.PatchConfigBuilder
-
- Enclosing class:
- PatchConfig
public static class PatchConfig.PatchConfigBuilder extends Object
override lombok builder with public constructor
-
-
Constructor Summary
Constructors Constructor Description PatchConfigBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchConfig.PatchConfigBuilderactivateSailsPointWorkaround(Boolean activateSailsPointWorkaround)PatchConfigbuild()PatchConfig.PatchConfigBuildersupported(Boolean supported)StringtoString()
-
-
-
Method Detail
-
supported
public PatchConfig.PatchConfigBuilder supported(Boolean supported)
- Returns:
this.
-
activateSailsPointWorkaround
public PatchConfig.PatchConfigBuilder activateSailsPointWorkaround(Boolean activateSailsPointWorkaround)
- Returns:
this.
-
build
public PatchConfig build()
-
-