Uses of Class
odata.msgraph.client.enums.SynchronizationDisposition
-
Packages that use SynchronizationDisposition Package Description odata.msgraph.client.enums -
-
Uses of SynchronizationDisposition in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return SynchronizationDisposition Modifier and Type Method Description static SynchronizationDispositionSynchronizationDisposition. valueOf(String name)Returns the enum constant of this type with the specified name.static SynchronizationDisposition[]SynchronizationDisposition. values()Returns an array containing the constants of this enum type, in the order they are declared.
-