public static final class UnaryOperation.Builder
extends java.lang.Object
UnaryOperation
.Constructor and Description |
---|
Builder()
Constructor with parameters for the required properties of
UnaryOperation . |
Modifier and Type | Method and Description |
---|---|
UnaryOperation |
build() |
UnaryOperation.Builder |
setOperand(ResourceFieldPointer operand) |
UnaryOperation.Builder |
setOperator(java.lang.String operator)
Possible values are:
UnaryOperation.OPERATOR_APPEND UnaryOperation.OPERATOR_SUBTRACT Logical
Operator describing the operation to apply to the operand. |
public Builder()
UnaryOperation
.public UnaryOperation.Builder setOperand(ResourceFieldPointer operand)
operand
- New value for the property.public UnaryOperation.Builder setOperator(java.lang.String operator)
operator
- New value for the property.public UnaryOperation build()