Uses of Class
odata.msgraph.client.complex.ExpressionInputObject
-
Packages that use ExpressionInputObject Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of ExpressionInputObject in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ExpressionInputObject Modifier and Type Method Description ExpressionInputObjectExpressionInputObject.Builder. build()ExpressionInputObjectExpressionInputObject. withDefinition(ObjectDefinition definition)ExpressionInputObjectExpressionInputObject. withUnmappedField(String name, Object value) -
Uses of ExpressionInputObject in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity with parameters of type ExpressionInputObject Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ParseExpressionResponse>SynchronizationSchema. parseExpression(String expression, ExpressionInputObject testInputObject, AttributeDefinition targetAttributeDefinition) -
Uses of ExpressionInputObject in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request with parameters of type ExpressionInputObject Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ParseExpressionResponse>SynchronizationSchemaRequest. parseExpression(String expression, ExpressionInputObject testInputObject, AttributeDefinition targetAttributeDefinition)
-