| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
Label |
LabelsApi.createLabel(LabelParams body)
Create a new label
Create a new label for a specific user.
|
Label |
LabelsApi.editLabel(Long id,
LabelParams body)
Edit a label
Change the name of a label of the user that is authorized by the access_token.
|
Label |
LabelsApi.getLabel(Long id)
Get a label
Get a single label of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<Label> |
LabelsApi.createLabelWithHttpInfo(LabelParams body)
Create a new label
Create a new label for a specific user.
|
ApiResponse<Label> |
LabelsApi.editLabelWithHttpInfo(Long id,
LabelParams body)
Edit a label
Change the name of a label of the user that is authorized by the access_token.
|
ApiResponse<Label> |
LabelsApi.getLabelWithHttpInfo(Long id)
Get a label
Get a single label of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
LabelsApi.createLabelAsync(LabelParams body,
ApiCallback<Label> callback)
Create a new label (asynchronously)
Create a new label for a specific user.
|
com.squareup.okhttp.Call |
LabelsApi.editLabelAsync(Long id,
LabelParams body,
ApiCallback<Label> callback)
Edit a label (asynchronously)
Change the name of a label of the user that is authorized by the access_token.
|
com.squareup.okhttp.Call |
LabelsApi.getLabelAsync(Long id,
ApiCallback<Label> callback)
Get a label (asynchronously)
Get a single label of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
Label |
Label.id(Long id) |
Label |
Label.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Label> |
LabelList.getLabels()
Data of labels
|
List<Label> |
PageableLabelList.getLabels()
Data of labels
|
List<Label> |
Transaction.getLabels()
Array of assigned labels
|
| Modifier and Type | Method and Description |
|---|---|
LabelList |
LabelList.addLabelsItem(Label labelsItem) |
PageableLabelList |
PageableLabelList.addLabelsItem(Label labelsItem) |
Transaction |
Transaction.addLabelsItem(Label labelsItem) |
| Modifier and Type | Method and Description |
|---|---|
LabelList |
LabelList.labels(List<Label> labels) |
PageableLabelList |
PageableLabelList.labels(List<Label> labels) |
Transaction |
Transaction.labels(List<Label> labels) |
void |
LabelList.setLabels(List<Label> labels) |
void |
PageableLabelList.setLabels(List<Label> labels) |
void |
Transaction.setLabels(List<Label> labels) |
Copyright © 2018. All rights reserved.