public class UnaryManagementConditionExpression extends ManagementConditionExpressionModel implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
UnaryManagementConditionExpression.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected ManagementConditionExpressionModel |
operand |
protected UnaryManagementConditionExpressionOperatorType |
operator |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
UnaryManagementConditionExpression() |
| Modifier and Type | Method and Description |
|---|---|
static UnaryManagementConditionExpression.Builder |
builderUnaryManagementConditionExpression()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<ManagementConditionExpressionModel> |
getOperand()
“The operand of the unary operation.”
|
Optional<UnaryManagementConditionExpressionOperatorType> |
getOperator()
“The operator used in the evaluation of the unary operation.”
|
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
UnaryManagementConditionExpression |
withOperand(ManagementConditionExpressionModel operand)
Returns an immutable copy of
this with just the operand field
changed. |
UnaryManagementConditionExpression |
withOperator(UnaryManagementConditionExpressionOperatorType operator)
Returns an immutable copy of
this with just the operator field
changed. |
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected UnaryManagementConditionExpressionOperatorType operator
protected ManagementConditionExpressionModel operand
protected UnaryManagementConditionExpression()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class ManagementConditionExpressionModelpublic Optional<UnaryManagementConditionExpressionOperatorType> getOperator()
public UnaryManagementConditionExpression withOperator(UnaryManagementConditionExpressionOperatorType 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 unary operation.”
operator - new value of operator field (as defined in service metadata)this with just the operator field changedpublic Optional<ManagementConditionExpressionModel> getOperand()
public UnaryManagementConditionExpression withOperand(ManagementConditionExpressionModel operand)
this with just the operand 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 operand of the unary operation.”
operand - new value of operand field (as defined in service metadata)this with just the operand 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 UnaryManagementConditionExpression.Builder builderUnaryManagementConditionExpression()
public String toString()
toString in class ManagementConditionExpressionModelCopyright © 2018–2020. All rights reserved.