Package | Description |
---|---|
com.cloudera.api.model |
Java models of the underlying API JSON objects, with JAX-B annotations.
|
Modifier and Type | Method and Description |
---|---|
ApiConfigStalenessStatus |
ApiService.getClientConfigStalenessStatus()
Readonly.
|
ApiConfigStalenessStatus |
ApiService.getConfigStalenessStatus()
Readonly.
|
ApiConfigStalenessStatus |
ApiRole.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiService.setClientConfigStalenessStatus(ApiConfigStalenessStatus clientConfigStalenessStatus) |
void |
ApiService.setConfigStalenessStatus(ApiConfigStalenessStatus configStalenessStatus) |
void |
ApiRole.setConfigStalenessStatus(ApiConfigStalenessStatus configStalenessStatus) |
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.