Uses of Class
odata.msgraph.client.enums.BinaryOperator
-
Packages that use BinaryOperator Package Description odata.msgraph.client.enums odata.msgraph.client.externalconnectors.complex -
-
Uses of BinaryOperator in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return BinaryOperator Modifier and Type Method Description static BinaryOperatorBinaryOperator. valueOf(String name)Returns the enum constant of this type with the specified name.static BinaryOperator[]BinaryOperator. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BinaryOperator in odata.msgraph.client.externalconnectors.complex
Fields in odata.msgraph.client.externalconnectors.complex declared as BinaryOperator Modifier and Type Field Description protected BinaryOperatorPropertyRule. valuesJoinedByMethods in odata.msgraph.client.externalconnectors.complex that return types with arguments of type BinaryOperator Modifier and Type Method Description Optional<BinaryOperator>PropertyRule. getValuesJoinedBy()Methods in odata.msgraph.client.externalconnectors.complex with parameters of type BinaryOperator Modifier and Type Method Description PropertyRule.BuilderPropertyRule.Builder. valuesJoinedBy(BinaryOperator valuesJoinedBy)PropertyRulePropertyRule. withValuesJoinedBy(BinaryOperator valuesJoinedBy)
-