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