Uses of Class
odata.msgraph.client.beta.complex.PropertyToEvaluate
-
Packages that use PropertyToEvaluate Package Description odata.msgraph.client.beta.complex -
-
Uses of PropertyToEvaluate in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as PropertyToEvaluate Modifier and Type Field Description protected PropertyToEvaluateExpressionEvaluationDetails. propertyToEvaluateMethods in odata.msgraph.client.beta.complex that return PropertyToEvaluate Modifier and Type Method Description PropertyToEvaluatePropertyToEvaluate.Builder. build()PropertyToEvaluatePropertyToEvaluate. withPropertyName(String propertyName)PropertyToEvaluatePropertyToEvaluate. withPropertyValue(String propertyValue)PropertyToEvaluatePropertyToEvaluate. withUnmappedField(String name, String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type PropertyToEvaluate Modifier and Type Method Description Optional<PropertyToEvaluate>ExpressionEvaluationDetails. getPropertyToEvaluate()Methods in odata.msgraph.client.beta.complex with parameters of type PropertyToEvaluate Modifier and Type Method Description ExpressionEvaluationDetails.BuilderExpressionEvaluationDetails.Builder. propertyToEvaluate(PropertyToEvaluate propertyToEvaluate)ExpressionEvaluationDetailsExpressionEvaluationDetails. withPropertyToEvaluate(PropertyToEvaluate propertyToEvaluate)
-