| Package | Description |
|---|---|
| com.sap.cloud.sdk.service.prov.api.filter | |
| com.sap.cloud.sdk.service.prov.api.filter.impl |
| Modifier and Type | Method and Description |
|---|---|
static ExpressionOperatorTypes.BINARY_OPERATOR |
ExpressionOperatorTypes.BINARY_OPERATOR.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExpressionOperatorTypes.BINARY_OPERATOR[] |
ExpressionOperatorTypes.BINARY_OPERATOR.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
ExpressionBuilder.createExpression(Expression left,
ExpressionOperatorTypes.BINARY_OPERATOR operator,
Expression right)
Creates a binary expression by combining two child expressions with an operator.
|
Expression |
ExpressionBuilder.createExpression(String path,
ExpressionOperatorTypes.BINARY_OPERATOR operator,
Object value)
Creates a binary expression that comprises of a PropertyNode, LiteralNode, and the operator.
|
| Modifier and Type | Method and Description |
|---|---|
Expression |
ExpressionBuilderImpl.createExpression(Expression left,
ExpressionOperatorTypes.BINARY_OPERATOR operator,
Expression right) |
Expression |
ExpressionBuilderImpl.createExpression(String path,
ExpressionOperatorTypes.BINARY_OPERATOR operator,
Object value) |
Copyright © 2020 SAP. All Rights Reserved.