Uses of Class
com.microsoft.graph.models.MobileAppCategory
Packages that use MobileAppCategory
-
Uses of MobileAppCategory in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return MobileAppCategoryModifier and TypeMethodDescriptionstatic MobileAppCategoryMobileAppCategory.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type MobileAppCategoryModifier and TypeMethodDescriptionMobileApp.getCategories()Gets the categories property value.DeviceAppManagement.getMobileAppCategories()Gets the mobileAppCategories property value.MobileAppCategoryCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type MobileAppCategoryModifier and TypeMethodDescriptionvoidMobileApp.setCategories(List<MobileAppCategory> value) Sets the categories property value.voidDeviceAppManagement.setMobileAppCategories(List<MobileAppCategory> value) Sets the mobileAppCategories property value.voidMobileAppCategoryCollectionResponse.setValue(List<MobileAppCategory> value) Sets the value property value.