Uses of Class
odata.msgraph.client.beta.enums.BinaryOperator
-
Packages that use BinaryOperator Package Description microsoft.graph.externalconnectors.complex odata.msgraph.client.beta.enums -
-
Uses of BinaryOperator in microsoft.graph.externalconnectors.complex
Fields in microsoft.graph.externalconnectors.complex declared as BinaryOperator Modifier and Type Field Description protected BinaryOperatorPropertyRule. valuesJoinedByMethods in microsoft.graph.externalconnectors.complex that return types with arguments of type BinaryOperator Modifier and Type Method Description Optional<BinaryOperator>PropertyRule. getValuesJoinedBy()Methods in microsoft.graph.externalconnectors.complex with parameters of type BinaryOperator Modifier and Type Method Description PropertyRule.BuilderPropertyRule.Builder. valuesJoinedBy(BinaryOperator valuesJoinedBy)PropertyRulePropertyRule. withValuesJoinedBy(BinaryOperator valuesJoinedBy) -
Uses of BinaryOperator in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.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.
-