| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<AttributeMapping> |
ObjectMapping.attributeMappings |
| Modifier and Type | Method and Description |
|---|---|
AttributeMapping |
AttributeMapping.Builder.build() |
AttributeMapping |
AttributeMapping.withDefaultValue(String defaultValue) |
AttributeMapping |
AttributeMapping.withExportMissingReferences(Boolean exportMissingReferences) |
AttributeMapping |
AttributeMapping.withFlowBehavior(AttributeFlowBehavior flowBehavior) |
AttributeMapping |
AttributeMapping.withFlowType(AttributeFlowType flowType) |
AttributeMapping |
AttributeMapping.withMatchingPriority(Integer matchingPriority) |
AttributeMapping |
AttributeMapping.withSource(AttributeMappingSource source) |
AttributeMapping |
AttributeMapping.withTargetAttributeName(String targetAttributeName) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<AttributeMapping> |
ObjectMapping.getAttributeMappings() |
com.github.davidmoten.odata.client.CollectionPage<AttributeMapping> |
ObjectMapping.getAttributeMappings(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
ObjectMapping.Builder |
ObjectMapping.Builder.attributeMappings(AttributeMapping... attributeMappings) |
| Modifier and Type | Method and Description |
|---|---|
ObjectMapping.Builder |
ObjectMapping.Builder.attributeMappings(List<AttributeMapping> attributeMappings) |
Copyright © 2018–2020. All rights reserved.