| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.entity.request |
| Modifier and Type | Method and Description |
|---|---|
ParseExpressionResponse |
ParseExpressionResponse.Builder.build() |
ParseExpressionResponse |
ParseExpressionResponse.withError(PublicError error) |
ParseExpressionResponse |
ParseExpressionResponse.withEvaluationSucceeded(Boolean evaluationSucceeded) |
ParseExpressionResponse |
ParseExpressionResponse.withParsedExpression(AttributeMappingSource parsedExpression) |
ParseExpressionResponse |
ParseExpressionResponse.withParsingSucceeded(Boolean parsingSucceeded) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ParseExpressionResponse> |
SynchronizationSchema.parseExpression(String expression,
ExpressionInputObject testInputObject,
AttributeDefinition targetAttributeDefinition) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<ParseExpressionResponse> |
SynchronizationSchemaRequest.parseExpression(String expression,
ExpressionInputObject testInputObject,
AttributeDefinition targetAttributeDefinition) |
Copyright © 2018–2020. All rights reserved.