Uses of Class
odata.msgraph.client.complex.ParseExpressionResponse
-
Packages that use ParseExpressionResponse Package Description odata.msgraph.client.complex odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of ParseExpressionResponse in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ParseExpressionResponse Modifier and Type Method Description ParseExpressionResponseParseExpressionResponse.Builder. build()ParseExpressionResponseParseExpressionResponse. withError(PublicError error)ParseExpressionResponseParseExpressionResponse. withEvaluationSucceeded(Boolean evaluationSucceeded)ParseExpressionResponseParseExpressionResponse. withParsedExpression(AttributeMappingSource parsedExpression)ParseExpressionResponseParseExpressionResponse. withParsingSucceeded(Boolean parsingSucceeded)ParseExpressionResponseParseExpressionResponse. withUnmappedField(String name, Object value) -
Uses of ParseExpressionResponse in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return types with arguments of type ParseExpressionResponse Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ParseExpressionResponse>SynchronizationSchema. parseExpression(String expression, ExpressionInputObject testInputObject, AttributeDefinition targetAttributeDefinition) -
Uses of ParseExpressionResponse in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request that return types with arguments of type ParseExpressionResponse Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ParseExpressionResponse>SynchronizationSchemaRequest. parseExpression(String expression, ExpressionInputObject testInputObject, AttributeDefinition targetAttributeDefinition)
-