| Package | Description |
|---|---|
| io.swagger.client.api | |
| io.swagger.client.model |
| Modifier and Type | Method and Description |
|---|---|
PageableLabelList |
LabelsApi.getAndSearchAllLabels(List<Long> ids,
String search,
Integer page,
Integer perPage,
List<String> order)
Get and search all labels
Get labels of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<PageableLabelList> |
LabelsApi.getAndSearchAllLabelsWithHttpInfo(List<Long> ids,
String search,
Integer page,
Integer perPage,
List<String> order)
Get and search all labels
Get labels of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
LabelsApi.getAndSearchAllLabelsAsync(List<Long> ids,
String search,
Integer page,
Integer perPage,
List<String> order,
ApiCallback<PageableLabelList> callback)
Get and search all labels (asynchronously)
Get labels of the user that is authorized by the access_token.
|
| Modifier and Type | Method and Description |
|---|---|
PageableLabelList |
PageableLabelList.addLabelsItem(Label labelsItem) |
PageableLabelList |
PageableLabelList.labels(List<Label> labels) |
PageableLabelList |
PageableLabelList.paging(Paging paging) |
Copyright © 2018. All rights reserved.