| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected AttributeMappingSource |
ParseExpressionResponse.parsedExpression |
protected AttributeMappingSource |
AttributeMapping.source |
protected AttributeMappingSource |
StringKeyAttributeMappingSourceValuePair.value |
| Modifier and Type | Method and Description |
|---|---|
AttributeMappingSource |
AttributeMappingSource.Builder.build() |
AttributeMappingSource |
AttributeMappingSource.withExpression(String expression) |
AttributeMappingSource |
AttributeMappingSource.withName(String name) |
AttributeMappingSource |
AttributeMappingSource.withType(AttributeMappingSourceType type) |
| Modifier and Type | Method and Description |
|---|---|
Optional<AttributeMappingSource> |
ParseExpressionResponse.getParsedExpression() |
Optional<AttributeMappingSource> |
AttributeMapping.getSource() |
Optional<AttributeMappingSource> |
StringKeyAttributeMappingSourceValuePair.getValue() |
| Modifier and Type | Method and Description |
|---|---|
ParseExpressionResponse.Builder |
ParseExpressionResponse.Builder.parsedExpression(AttributeMappingSource parsedExpression) |
AttributeMapping.Builder |
AttributeMapping.Builder.source(AttributeMappingSource source) |
StringKeyAttributeMappingSourceValuePair.Builder |
StringKeyAttributeMappingSourceValuePair.Builder.value(AttributeMappingSource value) |
ParseExpressionResponse |
ParseExpressionResponse.withParsedExpression(AttributeMappingSource parsedExpression) |
AttributeMapping |
AttributeMapping.withSource(AttributeMappingSource source) |
StringKeyAttributeMappingSourceValuePair |
StringKeyAttributeMappingSourceValuePair.withValue(AttributeMappingSource value) |
Copyright © 2018–2020. All rights reserved.