Uses of Class
odata.msgraph.client.beta.complex.MetadataEntry
-
Packages that use MetadataEntry Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity -
-
Uses of MetadataEntry in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex with type parameters of type MetadataEntry Modifier and Type Field Description protected List<MetadataEntry>AttributeDefinition. metadataprotected List<MetadataEntry>ObjectDefinition. metadataprotected List<MetadataEntry>ObjectMapping. metadataMethods in odata.msgraph.client.beta.complex that return MetadataEntry Modifier and Type Method Description MetadataEntryMetadataEntry.Builder. build()MetadataEntryMetadataEntry. withKey(String key)MetadataEntryMetadataEntry. withUnmappedField(String name, String value)MetadataEntryMetadataEntry. withValue(String value)Methods in odata.msgraph.client.beta.complex that return types with arguments of type MetadataEntry Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MetadataEntry>AttributeDefinition. getMetadata()com.github.davidmoten.odata.client.CollectionPage<MetadataEntry>AttributeDefinition. getMetadata(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<MetadataEntry>ObjectDefinition. getMetadata()com.github.davidmoten.odata.client.CollectionPage<MetadataEntry>ObjectDefinition. getMetadata(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<MetadataEntry>ObjectMapping. getMetadata()com.github.davidmoten.odata.client.CollectionPage<MetadataEntry>ObjectMapping. getMetadata(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.complex with parameters of type MetadataEntry Modifier and Type Method Description AttributeDefinition.BuilderAttributeDefinition.Builder. metadata(MetadataEntry... metadata)ObjectDefinition.BuilderObjectDefinition.Builder. metadata(MetadataEntry... metadata)ObjectMapping.BuilderObjectMapping.Builder. metadata(MetadataEntry... metadata)Method parameters in odata.msgraph.client.beta.complex with type arguments of type MetadataEntry Modifier and Type Method Description AttributeDefinition.BuilderAttributeDefinition.Builder. metadata(List<MetadataEntry> metadata)ObjectDefinition.BuilderObjectDefinition.Builder. metadata(List<MetadataEntry> metadata)ObjectMapping.BuilderObjectMapping.Builder. metadata(List<MetadataEntry> metadata) -
Uses of MetadataEntry in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity with type parameters of type MetadataEntry Modifier and Type Field Description protected List<MetadataEntry>SynchronizationTemplate. metadataMethods in odata.msgraph.client.beta.entity that return types with arguments of type MetadataEntry Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<MetadataEntry>SynchronizationTemplate. getMetadata()com.github.davidmoten.odata.client.CollectionPage<MetadataEntry>SynchronizationTemplate. getMetadata(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.beta.entity with parameters of type MetadataEntry Modifier and Type Method Description SynchronizationTemplate.BuilderSynchronizationTemplate.Builder. metadata(MetadataEntry... metadata)Method parameters in odata.msgraph.client.beta.entity with type arguments of type MetadataEntry Modifier and Type Method Description SynchronizationTemplate.BuilderSynchronizationTemplate.Builder. metadata(List<MetadataEntry> metadata)SynchronizationTemplateSynchronizationTemplate. withMetadata(List<MetadataEntry> metadata)
-