Package | Description |
---|---|
com.cloudera.api.model |
Java models of the underlying API JSON objects, with JAX-B annotations.
|
Modifier and Type | Method and Description |
---|---|
ApiConfig.ValidationState |
ApiConfig.getValidationState()
Readonly.
|
static ApiConfig.ValidationState |
ApiConfig.ValidationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiConfig.ValidationState[] |
ApiConfig.ValidationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ApiConfig.setValidationState(ApiConfig.ValidationState validationState) |
Constructor and Description |
---|
ApiConfig(String name,
String value,
Boolean required,
String defaultValue,
String displayName,
String description,
String relatedName,
ApiConfig.ValidationState validationState,
String validationMessage) |
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.