Package | Description |
---|---|
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
static ApiEventCategory |
ApiEventCategory.fromValue(String text) |
ApiEventCategory |
ApiEvent.getCategory()
The category of this event -- whether it is a health event, an audit event, an activity event, etc.
|
ApiEventCategory |
ApiEventCategory.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static ApiEventCategory |
ApiEventCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApiEventCategory[] |
ApiEventCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ApiEvent |
ApiEvent.category(ApiEventCategory category) |
void |
ApiEvent.setCategory(ApiEventCategory category) |
void |
ApiEventCategory.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
ApiEventCategory enumeration) |
Copyright © 2019. All rights reserved.