Uses of Class
de.captaingoldfish.scim.sdk.server.schemas.custom.ETagFeature
-
Packages that use ETagFeature Package Description de.captaingoldfish.scim.sdk.server.schemas.custom -
-
Uses of ETagFeature in de.captaingoldfish.scim.sdk.server.schemas.custom
Methods in de.captaingoldfish.scim.sdk.server.schemas.custom that return ETagFeature Modifier and Type Method Description ETagFeatureResourceTypeFeatures. getETagFeature()a complex type configuration for eTags that describes how the automatic API handling should use ETagsMethods in de.captaingoldfish.scim.sdk.server.schemas.custom with parameters of type ETagFeature Modifier and Type Method Description voidResourceTypeFeatures. setETagFeature(ETagFeature eTagFeature)a complex type configuration for eTags that describes how the automatic API handling should use ETagsConstructors in de.captaingoldfish.scim.sdk.server.schemas.custom with parameters of type ETagFeature Constructor Description ResourceTypeFeatures(boolean autoFiltering, boolean autoSorting, boolean singletonEndpoint, EndpointControlFeature endpointControlFeature, ResourceTypeAuthorization authorization, ETagFeature eTagFeature)
-