public class BinaryManagementConditionExpression extends ManagementConditionExpressionModel implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
BinaryManagementConditionExpression.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected ManagementConditionExpressionModel |
firstOperand |
protected BinaryManagementConditionExpressionOperatorType |
operator |
protected ManagementConditionExpressionModel |
secondOperand |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
BinaryManagementConditionExpression() |
| Modifier and Type | Method and Description |
|---|---|
static BinaryManagementConditionExpression.Builder |
builderBinaryManagementConditionExpression()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<ManagementConditionExpressionModel> |
getFirstOperand()
“The first operand of the binary operation.”
|
Optional<BinaryManagementConditionExpressionOperatorType> |
getOperator()
“The operator used in the evaluation of the binary operation.”
|
Optional<ManagementConditionExpressionModel> |
getSecondOperand()
“The second operand of the binary operation.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
BinaryManagementConditionExpression |
withFirstOperand(ManagementConditionExpressionModel firstOperand)
Returns an immutable copy of
this with just the firstOperand
field changed. |
BinaryManagementConditionExpression |
withOperator(BinaryManagementConditionExpressionOperatorType operator)
Returns an immutable copy of
this with just the operator field
changed. |
BinaryManagementConditionExpression |
withSecondOperand(ManagementConditionExpressionModel secondOperand)
Returns an immutable copy of
this with just the secondOperand
field changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected BinaryManagementConditionExpressionOperatorType operator
protected ManagementConditionExpressionModel firstOperand
protected ManagementConditionExpressionModel secondOperand
protected BinaryManagementConditionExpression()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ManagementConditionExpressionModelpublic Optional<BinaryManagementConditionExpressionOperatorType> getOperator()
public BinaryManagementConditionExpression withOperator(BinaryManagementConditionExpressionOperatorType operator)
this with just the operator field
changed. Field description below. The field name is also added to an internal
map of changed fields in the returned object so that when this.patch()
is called (if available)on the returned object only the changed fields are
submitted.
“The operator used in the evaluation of the binary operation.”
operator - new value of operator field (as defined in service metadata)this with just the operator field changedpublic Optional<ManagementConditionExpressionModel> getFirstOperand()
public BinaryManagementConditionExpression withFirstOperand(ManagementConditionExpressionModel firstOperand)
this with just the firstOperand
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The first operand of the binary operation.”
firstOperand - new value of firstOperand field (as defined in service metadata)this with just the firstOperand field changedpublic Optional<ManagementConditionExpressionModel> getSecondOperand()
public BinaryManagementConditionExpression withSecondOperand(ManagementConditionExpressionModel secondOperand)
this with just the secondOperand
field changed. Field description below. The field name is also added to an
internal map of changed fields in the returned object so that when this.
patch() is called (if available)on the returned object only the changed fields
are submitted.
“The second operand of the binary operation.”
secondOperand - new value of secondOperand field (as defined in service metadata)this with just the secondOperand field changedpublic com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class ManagementConditionExpressionModelpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class ManagementConditionExpressionModelpublic static BinaryManagementConditionExpression.Builder builderBinaryManagementConditionExpression()
public String toString()
toString in class ManagementConditionExpressionModelCopyright © 2018–2020. All rights reserved.