Uses of Class
odata.msgraph.client.complex.ObjectMappingMetadataEntry
-
Packages that use ObjectMappingMetadataEntry Package Description odata.msgraph.client.complex -
-
Uses of ObjectMappingMetadataEntry in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex with type parameters of type ObjectMappingMetadataEntry Modifier and Type Field Description protected List<ObjectMappingMetadataEntry>ObjectMapping. metadataMethods in odata.msgraph.client.complex that return ObjectMappingMetadataEntry Modifier and Type Method Description ObjectMappingMetadataEntryObjectMappingMetadataEntry.Builder. build()ObjectMappingMetadataEntryObjectMappingMetadataEntry. withKey(ObjectMappingMetadata key)ObjectMappingMetadataEntryObjectMappingMetadataEntry. withUnmappedField(String name, String value)ObjectMappingMetadataEntryObjectMappingMetadataEntry. withValue(String value)Methods in odata.msgraph.client.complex that return types with arguments of type ObjectMappingMetadataEntry Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<ObjectMappingMetadataEntry>ObjectMapping. getMetadata()com.github.davidmoten.odata.client.CollectionPage<ObjectMappingMetadataEntry>ObjectMapping. getMetadata(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in odata.msgraph.client.complex with parameters of type ObjectMappingMetadataEntry Modifier and Type Method Description ObjectMapping.BuilderObjectMapping.Builder. metadata(ObjectMappingMetadataEntry... metadata)Method parameters in odata.msgraph.client.complex with type arguments of type ObjectMappingMetadataEntry Modifier and Type Method Description ObjectMapping.BuilderObjectMapping.Builder. metadata(List<ObjectMappingMetadataEntry> metadata)
-