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

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

Uses of ApiConfigStalenessStatus in com.cloudera.api.model
 

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

Methods in com.cloudera.api.model with parameters of type ApiConfigStalenessStatus
 void ApiService.setClientConfigStalenessStatus(ApiConfigStalenessStatus clientConfigStalenessStatus)
           
 void ApiRole.setConfigStalenessStatus(ApiConfigStalenessStatus configStalenessStatus)
           
 void ApiService.setConfigStalenessStatus(ApiConfigStalenessStatus configStalenessStatus)
           
 



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