Uses of Class
de.captaingoldfish.scim.sdk.common.resources.complex.PatchConfig
Packages that use PatchConfig
Package
Description
-
Uses of PatchConfig in de.captaingoldfish.scim.sdk.common.resources
Methods in de.captaingoldfish.scim.sdk.common.resources that return PatchConfigModifier and TypeMethodDescriptionServiceProvider.getPatchConfig()A complex type that specifies PATCH configuration options.Methods in de.captaingoldfish.scim.sdk.common.resources with parameters of type PatchConfigModifier and TypeMethodDescriptionServiceProvider.ServiceProviderBuilder.patchConfig(PatchConfig patchConfig) voidServiceProvider.setPatchConfig(PatchConfig patchConfig) A complex type that specifies PATCH configuration options.Constructors in de.captaingoldfish.scim.sdk.common.resources with parameters of type PatchConfigModifierConstructorDescriptionServiceProvider(String documentationUri, PatchConfig patchConfig, ChangePasswordConfig changePasswordConfig, SortConfig sortConfig, ETagConfig eTagConfig, FilterConfig filterConfig, BulkConfig bulkConfig, List<AuthenticationScheme> authenticationSchemes, ForkJoinPool forkJoinPool, boolean caseInsensitiveValidation) -
Uses of PatchConfig in de.captaingoldfish.scim.sdk.common.resources.complex
Methods in de.captaingoldfish.scim.sdk.common.resources.complex that return PatchConfig