Uses of Class
com.vmware.nsx_policy.model.UnaryOperation.Builder
-
Packages that use UnaryOperation.Builder Package Description com.vmware.nsx_policy.model -
-
Uses of UnaryOperation.Builder in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return UnaryOperation.Builder Modifier and Type Method Description UnaryOperation.Builder
UnaryOperation.Builder. setOperand(ResourceFieldPointer operand)
UnaryOperation.Builder
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.
-