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 Summary
Constructors Constructor Description AndExpressionNode(FilterNode leftNode, FilterNode rightNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class de.captaingoldfish.scim.sdk.server.filter.FilterNode
setSubAttributeName
-
-
-
-
Constructor Detail
-
AndExpressionNode
public AndExpressionNode(FilterNode leftNode, FilterNode rightNode)
-
-