| Package | Description |
|---|---|
| com.influxdb.client.domain |
| Modifier and Type | Method and Description |
|---|---|
static PostUser.StatusEnum |
PostUser.StatusEnum.fromValue(String text) |
PostUser.StatusEnum |
PostUser.getStatus()
If inactive the user is inactive.
|
PostUser.StatusEnum |
PostUser.StatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static PostUser.StatusEnum |
PostUser.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PostUser.StatusEnum[] |
PostUser.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 |
PostUser.setStatus(PostUser.StatusEnum status) |
PostUser |
PostUser.status(PostUser.StatusEnum status) |
void |
PostUser.StatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PostUser.StatusEnum enumeration) |
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.