Uses of Class
de.captaingoldfish.scim.sdk.common.resources.complex.PatchConfig
-
Packages that use PatchConfig Package Description de.captaingoldfish.scim.sdk.common.resources -
-
Uses of PatchConfig in de.captaingoldfish.scim.sdk.common.resources
Methods in de.captaingoldfish.scim.sdk.common.resources that return PatchConfig Modifier and Type Method Description PatchConfigServiceProvider. getPatchConfig()A complex type that specifies PATCH configuration options.Methods in de.captaingoldfish.scim.sdk.common.resources with parameters of type PatchConfig Modifier and Type Method Description voidServiceProvider. setPatchConfig(PatchConfig patchConfig)A complex type that specifies PATCH configuration options.Constructors in de.captaingoldfish.scim.sdk.common.resources with parameters of type PatchConfig Constructor Description ServiceProvider(String documentationUri, PatchConfig patchConfig, ChangePasswordConfig changePasswordConfig, SortConfig sortConfig, ETagConfig eTagConfig, FilterConfig filterConfig, BulkConfig bulkConfig, List<AuthenticationScheme> authenticationSchemes)
-