| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<ObjectMapping> |
SynchronizationRule.objectMappings |
| Modifier and Type | Method and Description |
|---|---|
ObjectMapping |
ObjectMapping.Builder.build() |
ObjectMapping |
ObjectMapping.withEnabled(Boolean enabled) |
ObjectMapping |
ObjectMapping.withFlowTypes(ObjectFlowTypes flowTypes) |
ObjectMapping |
ObjectMapping.withName(String name) |
ObjectMapping |
ObjectMapping.withScope(Filter scope) |
ObjectMapping |
ObjectMapping.withSourceObjectName(String sourceObjectName) |
ObjectMapping |
ObjectMapping.withTargetObjectName(String targetObjectName) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<ObjectMapping> |
SynchronizationRule.getObjectMappings() |
com.github.davidmoten.odata.client.CollectionPage<ObjectMapping> |
SynchronizationRule.getObjectMappings(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
SynchronizationRule.Builder |
SynchronizationRule.Builder.objectMappings(ObjectMapping... objectMappings) |
| Modifier and Type | Method and Description |
|---|---|
SynchronizationRule.Builder |
SynchronizationRule.Builder.objectMappings(List<ObjectMapping> objectMappings) |
Copyright © 2018–2020. All rights reserved.