Class AndExpressionNode

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

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

represents two expressions that should be put together as an and operation
  • Constructor Details

  • 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
    • getLeftNode

      public FilterNode getLeftNode()
      the left and the right node of this expression
    • getRightNode

      public FilterNode getRightNode()