Uses of Class
odata.msgraph.client.beta.enums.WindowsDeviceType
-
Packages that use WindowsDeviceType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of WindowsDeviceType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as WindowsDeviceType Modifier and Type Field Description protected WindowsDeviceTypeWindowsUniversalAppX. applicableDeviceTypesMethods in odata.msgraph.client.beta.entity that return types with arguments of type WindowsDeviceType Modifier and Type Method Description Optional<WindowsDeviceType>WindowsUniversalAppX. getApplicableDeviceTypes()“The Windows device type(s) for which this app can run on.”Methods in odata.msgraph.client.beta.entity with parameters of type WindowsDeviceType Modifier and Type Method Description WindowsUniversalAppX.BuilderWindowsUniversalAppX.Builder. applicableDeviceTypes(WindowsDeviceType applicableDeviceTypes)“The Windows device type(s) for which this app can run on.”WindowsUniversalAppXWindowsUniversalAppX. withApplicableDeviceTypes(WindowsDeviceType applicableDeviceTypes)Returns an immutable copy ofthiswith just theapplicableDeviceTypesfield changed. -
Uses of WindowsDeviceType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return WindowsDeviceType Modifier and Type Method Description static WindowsDeviceTypeWindowsDeviceType. valueOf(String name)Returns the enum constant of this type with the specified name.static WindowsDeviceType[]WindowsDeviceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-