Uses of Class
com.morpheusdata.model.DashboardItemType
Packages that use DashboardItemType
Package
Description
-
Uses of DashboardItemType in com.morpheusdata.core.dashboard
Methods in com.morpheusdata.core.dashboard that return DashboardItemTypeModifier and TypeMethodDescriptionDashboardItemTypeProvider.getDashboardItemType()the dashboard item model representing the dashboard itemMethods in com.morpheusdata.core.dashboard that return types with arguments of type DashboardItemTypeModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<DashboardItemType>MorpheusDashboardService.getDashboardItemType(Long id) Load the Dashboard item type requested by idio.reactivex.rxjava3.core.Single<DashboardItemType>MorpheusDashboardService.getDashboardItemType(String code) Load the Dashboard item type requested by code -
Uses of DashboardItemType in com.morpheusdata.core.synchronous.dashboard
Methods in com.morpheusdata.core.synchronous.dashboard that return DashboardItemTypeModifier and TypeMethodDescriptionMorpheusSynchronousDashboardService.getDashboardItemType(Long id) Load the Dashboard item type requested by idMorpheusSynchronousDashboardService.getDashboardItemType(String code) Load the Dashboard item type requested by code -
Uses of DashboardItemType in com.morpheusdata.model
Fields in com.morpheusdata.model declared as DashboardItemTypeMethods in com.morpheusdata.model that return DashboardItemTypeMethods in com.morpheusdata.model with parameters of type DashboardItemTypeModifier and TypeMethodDescriptionvoidDashboardItem.setDashboardId(DashboardItemType type) voidDashboardItem.setType(DashboardItemType type)