Package | Description |
---|---|
com.influxdb.client.domain |
Modifier and Type | Method and Description |
---|---|
static User.StatusEnum |
User.StatusEnum.fromValue(String text) |
User.StatusEnum |
User.getStatus()
If inactive the user is inactive.
|
User.StatusEnum |
User.StatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static User.StatusEnum |
User.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static User.StatusEnum[] |
User.StatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setStatus(User.StatusEnum status) |
User |
User.status(User.StatusEnum status) |
void |
User.StatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
User.StatusEnum enumeration) |
Copyright © 2018–2020 InfluxData, Inc.. All rights reserved.