Uses of Class
odata.msgraph.client.enums.DeviceManagementReportFileFormat
-
Packages that use DeviceManagementReportFileFormat Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of DeviceManagementReportFileFormat in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as DeviceManagementReportFileFormat Modifier and Type Field Description protected DeviceManagementReportFileFormatDeviceManagementExportJob. formatMethods in odata.msgraph.client.entity that return types with arguments of type DeviceManagementReportFileFormat Modifier and Type Method Description Optional<DeviceManagementReportFileFormat>DeviceManagementExportJob. getFormat()“Format of the exported report”Methods in odata.msgraph.client.entity with parameters of type DeviceManagementReportFileFormat Modifier and Type Method Description DeviceManagementExportJob.BuilderDeviceManagementExportJob.Builder. format(DeviceManagementReportFileFormat format)“Format of the exported report”DeviceManagementExportJobDeviceManagementExportJob. withFormat(DeviceManagementReportFileFormat format)Returns an immutable copy ofthiswith just theformatfield changed. -
Uses of DeviceManagementReportFileFormat in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return DeviceManagementReportFileFormat Modifier and Type Method Description static DeviceManagementReportFileFormatDeviceManagementReportFileFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceManagementReportFileFormat[]DeviceManagementReportFileFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.
-