Uses of Class
odata.msgraph.client.beta.complex.UnaryManagementConditionExpression.Builder
-
Packages that use UnaryManagementConditionExpression.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of UnaryManagementConditionExpression.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return UnaryManagementConditionExpression.Builder Modifier and Type Method Description static UnaryManagementConditionExpression.BuilderUnaryManagementConditionExpression. builderUnaryManagementConditionExpression()Returns a builder which is used to create a new instance of this class (given that this class is immutable).UnaryManagementConditionExpression.BuilderUnaryManagementConditionExpression.Builder. operand(ManagementConditionExpressionModel operand)“The operand of the unary operation.”UnaryManagementConditionExpression.BuilderUnaryManagementConditionExpression.Builder. operator(UnaryManagementConditionExpressionOperatorType operator)“The operator used in the evaluation of the unary operation.”
-