Class ETagFeature

  • All Implemented Interfaces:
    com.fasterxml.jackson.core.TreeNode, com.fasterxml.jackson.databind.JsonSerializable, com.fasterxml.jackson.databind.node.JsonNodeCreator, ScimNode, Serializable, Iterable<com.fasterxml.jackson.databind.JsonNode>

    public class ETagFeature
    extends ScimObjectNode
    a complex type configuration for eTags that describes how the automatic API handling should use ETags

    created at: 30.05.2020
    Author:
    Pascal Knüppel
    See Also:
    Serialized Form
    • Constructor Detail

      • ETagFeature

        public ETagFeature​(Boolean enabled)
    • Method Detail

      • isEnabled

        public boolean isEnabled()
        a boolean if set to false ETags will not be generated automatically on this resource endpoint. Default is false.
      • setEnabled

        public void setEnabled​(boolean enabled)
        a boolean if set to false ETags will not be generated automatically on this resource endpoint. Default is true.