Uses of Class
com.microsoft.graph.models.DeviceCategory
Packages that use DeviceCategory
-
Uses of DeviceCategory in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return DeviceCategoryModifier and TypeMethodDescriptionstatic DeviceCategoryDeviceCategory.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueManagedDevice.getDeviceCategory()Gets the deviceCategory property value.Methods in com.microsoft.graph.models that return types with arguments of type DeviceCategoryModifier and TypeMethodDescriptionDeviceManagement.getDeviceCategories()Gets the deviceCategories property value.DeviceCategoryCollectionResponse.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type DeviceCategoryModifier and TypeMethodDescriptionvoidManagedDevice.setDeviceCategory(DeviceCategory value) Sets the deviceCategory property value.Method parameters in com.microsoft.graph.models with type arguments of type DeviceCategoryModifier and TypeMethodDescriptionvoidDeviceManagement.setDeviceCategories(List<DeviceCategory> value) Sets the deviceCategories property value.voidDeviceCategoryCollectionResponse.setValue(List<DeviceCategory> value) Sets the value property value.