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