Class NotExpressionNode

java.lang.Object
de.captaingoldfish.scim.sdk.server.filter.FilterNode
de.captaingoldfish.scim.sdk.server.filter.NotExpressionNode

public final class NotExpressionNode extends FilterNode
author Pascal Knueppel
created at: 16.10.2019 - 16:52

represents an expression that should be negated
  • Constructor Details

    • NotExpressionNode

      public NotExpressionNode(FilterNode rightNode)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getRightNode

      public FilterNode getRightNode()
      the node that should be negated