Uses of Class
odata.msgraph.client.beta.enums.DeviceManagementScheduledReportRecurrence
-
Packages that use DeviceManagementScheduledReportRecurrence Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DeviceManagementScheduledReportRecurrence in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeviceManagementScheduledReportRecurrence Modifier and Type Field Description protected DeviceManagementScheduledReportRecurrenceDeviceManagementReportSchedule. recurrenceMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceManagementScheduledReportRecurrence Modifier and Type Method Description Optional<DeviceManagementScheduledReportRecurrence>DeviceManagementReportSchedule. getRecurrence()“Frequency of scheduled report delivery”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceManagementScheduledReportRecurrence Modifier and Type Method Description DeviceManagementReportSchedule.BuilderDeviceManagementReportSchedule.Builder. recurrence(DeviceManagementScheduledReportRecurrence recurrence)“Frequency of scheduled report delivery”DeviceManagementReportScheduleDeviceManagementReportSchedule. withRecurrence(DeviceManagementScheduledReportRecurrence recurrence)Returns an immutable copy ofthiswith just therecurrencefield changed. -
Uses of DeviceManagementScheduledReportRecurrence in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceManagementScheduledReportRecurrence Modifier and Type Method Description static DeviceManagementScheduledReportRecurrenceDeviceManagementScheduledReportRecurrence. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceManagementScheduledReportRecurrence[]DeviceManagementScheduledReportRecurrence. values()Returns an array containing the constants of this enum type, in the order they are declared.
-