| Package | Description |
|---|---|
| com.influxdb.client | |
| com.influxdb.client.domain | |
| com.influxdb.client.service |
| Modifier and Type | Method and Description |
|---|---|
Label |
LabelsApi.createLabel(LabelCreateRequest request)
Create a label.
|
| Modifier and Type | Method and Description |
|---|---|
LabelCreateRequest |
LabelCreateRequest.name(String name) |
LabelCreateRequest |
LabelCreateRequest.orgID(String orgID) |
LabelCreateRequest |
LabelCreateRequest.properties(Map<String,String> properties) |
LabelCreateRequest |
LabelCreateRequest.putPropertiesItem(String key,
String propertiesItem) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<LabelResponse> |
LabelsService.postLabels(LabelCreateRequest labelCreateRequest)
Create a label
|
Copyright © 2018–2023 InfluxData, Inc.. All rights reserved.