Uses of Class
odata.msgraph.client.enums.ObjectMappingMetadata
-
Packages that use ObjectMappingMetadata Package Description odata.msgraph.client.complex odata.msgraph.client.enums -
-
Uses of ObjectMappingMetadata in odata.msgraph.client.complex
Fields in odata.msgraph.client.complex declared as ObjectMappingMetadata Modifier and Type Field Description protected ObjectMappingMetadataObjectMappingMetadataEntry. keyMethods in odata.msgraph.client.complex that return types with arguments of type ObjectMappingMetadata Modifier and Type Method Description Optional<ObjectMappingMetadata>ObjectMappingMetadataEntry. getKey()Methods in odata.msgraph.client.complex with parameters of type ObjectMappingMetadata Modifier and Type Method Description ObjectMappingMetadataEntry.BuilderObjectMappingMetadataEntry.Builder. key(ObjectMappingMetadata key)ObjectMappingMetadataEntryObjectMappingMetadataEntry. withKey(ObjectMappingMetadata key) -
Uses of ObjectMappingMetadata in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ObjectMappingMetadata Modifier and Type Method Description static ObjectMappingMetadataObjectMappingMetadata. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectMappingMetadata[]ObjectMappingMetadata. values()Returns an array containing the constants of this enum type, in the order they are declared.
-