Uses of Class
com.cloudera.api.model.ApiDashboard

Packages that use ApiDashboard
com.cloudera.api.model Java models of the underlying API JSON objects, with JAX-B annotations. 
com.cloudera.api.v6 API version 6, introduced in Cloudera Manager 5.0.0-beta-1. 
 

Uses of ApiDashboard in com.cloudera.api.model
 

Methods in com.cloudera.api.model that return types with arguments of type ApiDashboard
 List<ApiDashboard> ApiDashboardList.getDashboards()
           
 

Method parameters in com.cloudera.api.model with type arguments of type ApiDashboard
 void ApiDashboardList.setDashboards(List<ApiDashboard> values)
           
 

Constructor parameters in com.cloudera.api.model with type arguments of type ApiDashboard
ApiDashboardList(List<ApiDashboard> views)
           
 

Uses of ApiDashboard in com.cloudera.api.v6
 

Methods in com.cloudera.api.v6 that return ApiDashboard
 ApiDashboard DashboardsResource.deleteDashboard(String dashboardName)
          Deletes a dashboard.
 ApiDashboard DashboardsResource.getDashboard(String dashboardName)
          Returns a dashboard definition for the specified name.
 



Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.