Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
static ApiServiceState |
ApiServiceState.fromValue(String text) |
ApiServiceState |
ApiService.getServiceState()
Readonly.
|
ApiServiceState |
ApiServiceState.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ApiServiceState |
ApiServiceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiServiceState[] |
ApiServiceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApiService |
ApiService.serviceState(ApiServiceState serviceState) |
void |
ApiService.setServiceState(ApiServiceState serviceState) |
void |
ApiServiceState.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ApiServiceState enumeration) |
Copyright © 2019. All rights reserved.