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