Uses of Class
odata.msgraph.client.beta.enums.ManagedDeviceArchitecture
-
Packages that use ManagedDeviceArchitecture Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of ManagedDeviceArchitecture in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as ManagedDeviceArchitecture Modifier and Type Field Description protected ManagedDeviceArchitectureManagedDevice. processorArchitectureMethods in odata.msgraph.client.beta.entity that return types with arguments of type ManagedDeviceArchitecture Modifier and Type Method Description Optional<ManagedDeviceArchitecture>ManagedDevice. getProcessorArchitecture()“Processor architecture.Methods in odata.msgraph.client.beta.entity with parameters of type ManagedDeviceArchitecture Modifier and Type Method Description ManagedDevice.BuilderManagedDevice.Builder. processorArchitecture(ManagedDeviceArchitecture processorArchitecture)“Processor architecture.WindowsManagedDevice.BuilderWindowsManagedDevice.Builder. processorArchitecture(ManagedDeviceArchitecture processorArchitecture)ManagedDeviceManagedDevice. withProcessorArchitecture(ManagedDeviceArchitecture processorArchitecture)Returns an immutable copy ofthiswith just theprocessorArchitecturefield changed. -
Uses of ManagedDeviceArchitecture in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return ManagedDeviceArchitecture Modifier and Type Method Description static ManagedDeviceArchitectureManagedDeviceArchitecture. valueOf(String name)Returns the enum constant of this type with the specified name.static ManagedDeviceArchitecture[]ManagedDeviceArchitecture. values()Returns an array containing the constants of this enum type, in the order they are declared.
-