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