Uses of Class
odata.msgraph.client.beta.enums.DeviceManagementExchangeConnectorSyncType
-
Packages that use DeviceManagementExchangeConnectorSyncType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.entity.request odata.msgraph.client.beta.enums -
-
Uses of DeviceManagementExchangeConnectorSyncType in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity with parameters of type DeviceManagementExchangeConnectorSyncType Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnDeviceManagementExchangeConnector. sync(DeviceManagementExchangeConnectorSyncType syncType) -
Uses of DeviceManagementExchangeConnectorSyncType in odata.msgraph.client.beta.entity.request
Methods in odata.msgraph.client.beta.entity.request with parameters of type DeviceManagementExchangeConnectorSyncType Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnDeviceManagementExchangeConnectorRequest. sync(DeviceManagementExchangeConnectorSyncType syncType) -
Uses of DeviceManagementExchangeConnectorSyncType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceManagementExchangeConnectorSyncType Modifier and Type Method Description static DeviceManagementExchangeConnectorSyncTypeDeviceManagementExchangeConnectorSyncType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceManagementExchangeConnectorSyncType[]DeviceManagementExchangeConnectorSyncType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-