| 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.
|
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.createLabelCall(LabelParams body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createLabel
|
ApiResponse<Label> |
LabelsApi.createLabelWithHttpInfo(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.
|
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.editLabelCall(Long id,
LabelParams body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for editLabel
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
LabelParams |
LabelParams.name(String name) |
Copyright © 2018. All rights reserved.