| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api | |
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
LabelDTO |
LabelApi.labelsLabelIdPut(String labelId,
LabelDTO body)
Update a Label
Update a Label by label Id
|
LabelDTO |
LabelApi.labelsPost(LabelDTO body)
Add a Label
Add a new gateway Label
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<LabelDTO> |
LabelApi.labelsLabelIdPutWithHttpInfo(String labelId,
LabelDTO body)
Update a Label
Update a Label by label Id
|
ApiResponse<LabelDTO> |
LabelApi.labelsPostWithHttpInfo(LabelDTO body)
Add a Label
Add a new gateway Label
|
| Modifier and Type | Method and Description |
|---|---|
LabelDTO |
LabelApi.labelsLabelIdPut(String labelId,
LabelDTO body)
Update a Label
Update a Label by label Id
|
com.squareup.okhttp.Call |
LabelApi.labelsLabelIdPutAsync(String labelId,
LabelDTO body,
ApiCallback<LabelDTO> callback)
Update a Label (asynchronously)
Update a Label by label Id
|
com.squareup.okhttp.Call |
LabelApi.labelsLabelIdPutCall(String labelId,
LabelDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for labelsLabelIdPut
|
ApiResponse<LabelDTO> |
LabelApi.labelsLabelIdPutWithHttpInfo(String labelId,
LabelDTO body)
Update a Label
Update a Label by label Id
|
LabelDTO |
LabelApi.labelsPost(LabelDTO body)
Add a Label
Add a new gateway Label
|
com.squareup.okhttp.Call |
LabelApi.labelsPostAsync(LabelDTO body,
ApiCallback<LabelDTO> callback)
Add a Label (asynchronously)
Add a new gateway Label
|
com.squareup.okhttp.Call |
LabelApi.labelsPostCall(LabelDTO body,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for labelsPost
|
ApiResponse<LabelDTO> |
LabelApi.labelsPostWithHttpInfo(LabelDTO body)
Add a Label
Add a new gateway Label
|
| Modifier and Type | Method and Description |
|---|---|
com.squareup.okhttp.Call |
LabelApi.labelsLabelIdPutAsync(String labelId,
LabelDTO body,
ApiCallback<LabelDTO> callback)
Update a Label (asynchronously)
Update a Label by label Id
|
com.squareup.okhttp.Call |
LabelApi.labelsPostAsync(LabelDTO body,
ApiCallback<LabelDTO> callback)
Add a Label (asynchronously)
Add a new gateway Label
|
| Modifier and Type | Method and Description |
|---|---|
LabelDTO |
LabelDTO.accessUrls(List<String> accessUrls) |
LabelDTO |
LabelDTO.addAccessUrlsItem(String accessUrlsItem) |
LabelDTO |
LabelDTO.description(String description) |
LabelDTO |
LabelDTO.id(String id) |
LabelDTO |
LabelDTO.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<LabelDTO> |
LabelListDTO.getList()
Get list
|
| Modifier and Type | Method and Description |
|---|---|
LabelListDTO |
LabelListDTO.addListItem(LabelDTO listItem) |
| Modifier and Type | Method and Description |
|---|---|
LabelListDTO |
LabelListDTO.list(List<LabelDTO> list) |
void |
LabelListDTO.setList(List<LabelDTO> list) |
Copyright © 2020 WSO2 Inc. All rights reserved.