Class PatchConfig.PatchConfigBuilder
java.lang.Object
de.captaingoldfish.scim.sdk.common.resources.complex.PatchConfig.PatchConfigBuilder
- Enclosing class:
- PatchConfig
override lombok builder with public constructor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactivateMsAzureValueSubAttributeWorkaround(Boolean activateMsAzureValueSubAttributeWorkaround) activateMsAzureWorkaround(Boolean activateMsAzureWorkaround) activateSailsPointWorkaround(Boolean activateSailsPointWorkaround) build()ignoreUnknownAttributes(Boolean ignoreUnknownAttributes) msAzureComplexSimpleValueWorkaroundActive(Boolean msAzureComplexSimpleValueWorkaroundActive) toString()
-
Constructor Details
-
PatchConfigBuilder
public PatchConfigBuilder()
-
-
Method Details
-
supported
- Returns:
this.
-
ignoreUnknownAttributes
- Returns:
this.
-
activateSailsPointWorkaround
public PatchConfig.PatchConfigBuilder activateSailsPointWorkaround(Boolean activateSailsPointWorkaround) - Returns:
this.
-
activateMsAzureWorkaround
- Returns:
this.
-
activateMsAzureValueSubAttributeWorkaround
public PatchConfig.PatchConfigBuilder activateMsAzureValueSubAttributeWorkaround(Boolean activateMsAzureValueSubAttributeWorkaround) - Returns:
this.
-
msAzureComplexSimpleValueWorkaroundActive
public PatchConfig.PatchConfigBuilder msAzureComplexSimpleValueWorkaroundActive(Boolean msAzureComplexSimpleValueWorkaroundActive) - Returns:
this.
-
build
-
toString
-