Uses of Class
odata.msgraph.client.beta.enums.DeviceType
-
Packages that use DeviceType Package Description odata.msgraph.client.beta.complex odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of DeviceType in odata.msgraph.client.beta.complex
Fields in odata.msgraph.client.beta.complex declared as DeviceType Modifier and Type Field Description protected DeviceTypeRetireScheduledManagedDevice. deviceTypeprotected DeviceTypeMobileAppSupportedDeviceType. typeMethods in odata.msgraph.client.beta.complex that return types with arguments of type DeviceType Modifier and Type Method Description Optional<DeviceType>RetireScheduledManagedDevice. getDeviceType()“Managed Device Device Type”Optional<DeviceType>MobileAppSupportedDeviceType. getType()“Device type”Methods in odata.msgraph.client.beta.complex with parameters of type DeviceType Modifier and Type Method Description RetireScheduledManagedDevice.BuilderRetireScheduledManagedDevice.Builder. deviceType(DeviceType deviceType)“Managed Device Device Type”MobileAppSupportedDeviceType.BuilderMobileAppSupportedDeviceType.Builder. type(DeviceType type)“Device type”RetireScheduledManagedDeviceRetireScheduledManagedDevice. withDeviceType(DeviceType deviceType)Returns an immutable copy ofthiswith just thedeviceTypefield changed.MobileAppSupportedDeviceTypeMobileAppSupportedDeviceType. withType(DeviceType type)Returns an immutable copy ofthiswith just thetypefield changed. -
Uses of DeviceType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as DeviceType Modifier and Type Field Description protected DeviceTypeComanagementEligibleDevice. deviceTypeprotected DeviceTypeManagedDevice. deviceTypeprotected DeviceTypeAdvancedThreatProtectionOnboardingDeviceSettingState. platformTypeprotected DeviceTypeDeviceComplianceSettingState. platformTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type DeviceType Modifier and Type Method Description Optional<DeviceType>ComanagementEligibleDevice. getDeviceType()“DeviceType”Optional<DeviceType>ManagedDevice. getDeviceType()“Platform of the device.Optional<DeviceType>AdvancedThreatProtectionOnboardingDeviceSettingState. getPlatformType()“Device platform type”Optional<DeviceType>DeviceComplianceSettingState. getPlatformType()“Device platform type”Methods in odata.msgraph.client.beta.entity with parameters of type DeviceType Modifier and Type Method Description ComanagementEligibleDevice.BuilderComanagementEligibleDevice.Builder. deviceType(DeviceType deviceType)“DeviceType”ManagedDevice.BuilderManagedDevice.Builder. deviceType(DeviceType deviceType)“Platform of the device.WindowsManagedDevice.BuilderWindowsManagedDevice.Builder. deviceType(DeviceType deviceType)AdvancedThreatProtectionOnboardingDeviceSettingState.BuilderAdvancedThreatProtectionOnboardingDeviceSettingState.Builder. platformType(DeviceType platformType)“Device platform type”DeviceComplianceSettingState.BuilderDeviceComplianceSettingState.Builder. platformType(DeviceType platformType)“Device platform type”ComanagementEligibleDeviceComanagementEligibleDevice. withDeviceType(DeviceType deviceType)Returns an immutable copy ofthiswith just thedeviceTypefield changed.ManagedDeviceManagedDevice. withDeviceType(DeviceType deviceType)Returns an immutable copy ofthiswith just thedeviceTypefield changed.AdvancedThreatProtectionOnboardingDeviceSettingStateAdvancedThreatProtectionOnboardingDeviceSettingState. withPlatformType(DeviceType platformType)Returns an immutable copy ofthiswith just theplatformTypefield changed.DeviceComplianceSettingStateDeviceComplianceSettingState. withPlatformType(DeviceType platformType)Returns an immutable copy ofthiswith just theplatformTypefield changed. -
Uses of DeviceType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return DeviceType Modifier and Type Method Description static DeviceTypeDeviceType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceType[]DeviceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-