| Package | Description |
|---|---|
| odata.msgraph.client.beta.complex | |
| odata.msgraph.client.beta.entity |
| Modifier and Type | Field and Description |
|---|---|
protected List<MetadataEntry> |
AttributeDefinition.metadata |
protected List<MetadataEntry> |
ObjectDefinition.metadata |
protected List<MetadataEntry> |
ObjectMapping.metadata |
| Modifier and Type | Method and Description |
|---|---|
MetadataEntry |
MetadataEntry.Builder.build() |
MetadataEntry |
MetadataEntry.withKey(String key) |
MetadataEntry |
MetadataEntry.withValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<MetadataEntry> |
AttributeDefinition.getMetadata() |
com.github.davidmoten.odata.client.CollectionPage<MetadataEntry> |
ObjectDefinition.getMetadata() |
com.github.davidmoten.odata.client.CollectionPage<MetadataEntry> |
ObjectMapping.getMetadata() |
| Modifier and Type | Method and Description |
|---|---|
AttributeDefinition.Builder |
AttributeDefinition.Builder.metadata(List<MetadataEntry> metadata) |
ObjectDefinition.Builder |
ObjectDefinition.Builder.metadata(List<MetadataEntry> metadata) |
ObjectMapping.Builder |
ObjectMapping.Builder.metadata(List<MetadataEntry> metadata) |
| Modifier and Type | Field and Description |
|---|---|
protected List<MetadataEntry> |
SynchronizationTemplate.metadata |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<MetadataEntry> |
SynchronizationTemplate.getMetadata() |
| Modifier and Type | Method and Description |
|---|---|
SynchronizationTemplate.Builder |
SynchronizationTemplate.Builder.metadata(List<MetadataEntry> metadata) |
Copyright © 2018–2020. All rights reserved.