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

Packages that use ApiEntityType
com.cloudera.api.model Java models of the underlying API JSON objects, with JAX-B annotations. 
 

Uses of ApiEntityType in com.cloudera.api.model
 

Methods in com.cloudera.api.model that return ApiEntityType
static ApiEntityType ApiEntityType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ApiEntityType[] ApiEntityType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.cloudera.api.model that return types with arguments of type ApiEntityType
 List<ApiEntityType> ApiCluster.getMaintenanceOwners()
          Readonly.
 List<ApiEntityType> ApiHost.getMaintenanceOwners()
          Readonly.
 List<ApiEntityType> ApiRole.getMaintenanceOwners()
          Readonly.
 List<ApiEntityType> ApiService.getMaintenanceOwners()
          Readonly.
 

Method parameters in com.cloudera.api.model with type arguments of type ApiEntityType
 void ApiCluster.setMaintenanceOwners(List<ApiEntityType> maintenanceOwners)
           
 void ApiHost.setMaintenanceOwners(List<ApiEntityType> maintenanceOwners)
           
 void ApiRole.setMaintenanceOwners(List<ApiEntityType> maintenanceOwners)
           
 void ApiService.setMaintenanceOwners(List<ApiEntityType> maintenanceOwners)
           
 



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