Uses of Class
odata.msgraph.client.beta.complex.FilterOperand
-
Packages that use FilterOperand Package Description odata.msgraph.client.beta.complex -
-
Uses of FilterOperand in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as FilterOperand Modifier and Type Field Description protected FilterOperandFilterClause. targetOperandMethods in odata.msgraph.client.beta.complex that return FilterOperand Modifier and Type Method Description FilterOperandFilterOperand.Builder. build()FilterOperandFilterOperand. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type FilterOperand Modifier and Type Method Description Optional<FilterOperand>FilterClause. getTargetOperand()Methods in odata.msgraph.client.beta.complex with parameters of type FilterOperand Modifier and Type Method Description FilterClause.BuilderFilterClause.Builder. targetOperand(FilterOperand targetOperand)FilterClauseFilterClause. withTargetOperand(FilterOperand targetOperand)
-