| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Class and Description |
|---|---|
class |
BinaryManagementConditionExpression |
class |
UnaryManagementConditionExpression |
class |
VariableManagementConditionExpression |
| Modifier and Type | Field and Description |
|---|---|
protected ManagementConditionExpressionModel |
BinaryManagementConditionExpression.firstOperand |
protected ManagementConditionExpressionModel |
UnaryManagementConditionExpression.operand |
protected ManagementConditionExpressionModel |
BinaryManagementConditionExpression.secondOperand |
| Modifier and Type | Method and Description |
|---|---|
Optional<ManagementConditionExpressionModel> |
BinaryManagementConditionExpression.getFirstOperand()
“The first operand of the binary operation.”
|
Optional<ManagementConditionExpressionModel> |
UnaryManagementConditionExpression.getOperand()
“The operand of the unary operation.”
|
Optional<ManagementConditionExpressionModel> |
BinaryManagementConditionExpression.getSecondOperand()
“The second operand of the binary operation.”
|
| Modifier and Type | Method and Description |
|---|---|
BinaryManagementConditionExpression.Builder |
BinaryManagementConditionExpression.Builder.firstOperand(ManagementConditionExpressionModel firstOperand)
“The first operand of the binary operation.”
|
UnaryManagementConditionExpression.Builder |
UnaryManagementConditionExpression.Builder.operand(ManagementConditionExpressionModel operand)
“The operand of the unary operation.”
|
BinaryManagementConditionExpression.Builder |
BinaryManagementConditionExpression.Builder.secondOperand(ManagementConditionExpressionModel secondOperand)
“The second operand of the binary operation.”
|
BinaryManagementConditionExpression |
BinaryManagementConditionExpression.withFirstOperand(ManagementConditionExpressionModel firstOperand)
Returns an immutable copy of
this with just the firstOperand
field changed. |
UnaryManagementConditionExpression |
UnaryManagementConditionExpression.withOperand(ManagementConditionExpressionModel operand)
Returns an immutable copy of
this with just the operand field
changed. |
BinaryManagementConditionExpression |
BinaryManagementConditionExpression.withSecondOperand(ManagementConditionExpressionModel secondOperand)
Returns an immutable copy of
this with just the secondOperand
field changed. |
Copyright © 2018–2020. All rights reserved.