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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PatchConfigbuild()PatchConfig.PatchConfigBuildersupported(Boolean supported)StringtoString()
-
-
-
Method Detail
-
supported
public PatchConfig.PatchConfigBuilder supported(Boolean supported)
- Returns:
this.
-
build
public PatchConfig build()
-
-