java.lang.Object
com.fasterxml.jackson.databind.JsonSerializable.Base
com.fasterxml.jackson.databind.JsonNode
com.fasterxml.jackson.databind.node.BaseJsonNode
com.fasterxml.jackson.databind.node.ContainerNode<com.fasterxml.jackson.databind.node.ObjectNode>
com.fasterxml.jackson.databind.node.ObjectNode
de.captaingoldfish.scim.sdk.common.resources.base.ScimObjectNode
de.captaingoldfish.scim.sdk.server.schemas.custom.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:
  • Constructor Details

    • ETagFeature

      public ETagFeature(Boolean enabled)
    • ETagFeature

      public ETagFeature()
  • Method Details

    • 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.
    • builder

      public static ETagFeature.ETagFeatureBuilder builder()