| 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 labelDTO)
Update a Label
Update a Label by label Id
|
LabelDTO |
LabelApi.labelsPost(LabelDTO labelDTO)
Add a Label
Add a new gateway label
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<LabelDTO> |
LabelApi.labelsLabelIdPutWithHttpInfo(String labelId,
LabelDTO labelDTO)
Update a Label
Update a Label by label Id
|
ApiResponse<LabelDTO> |
LabelApi.labelsPostWithHttpInfo(LabelDTO labelDTO)
Add a Label
Add a new gateway label
|
| Modifier and Type | Method and Description |
|---|---|
LabelDTO |
LabelApi.labelsLabelIdPut(String labelId,
LabelDTO labelDTO)
Update a Label
Update a Label by label Id
|
okhttp3.Call |
LabelApi.labelsLabelIdPutAsync(String labelId,
LabelDTO labelDTO,
ApiCallback<LabelDTO> _callback)
Update a Label (asynchronously)
Update a Label by label Id
|
okhttp3.Call |
LabelApi.labelsLabelIdPutCall(String labelId,
LabelDTO labelDTO,
ApiCallback _callback)
Build call for labelsLabelIdPut
|
ApiResponse<LabelDTO> |
LabelApi.labelsLabelIdPutWithHttpInfo(String labelId,
LabelDTO labelDTO)
Update a Label
Update a Label by label Id
|
LabelDTO |
LabelApi.labelsPost(LabelDTO labelDTO)
Add a Label
Add a new gateway label
|
okhttp3.Call |
LabelApi.labelsPostAsync(LabelDTO labelDTO,
ApiCallback<LabelDTO> _callback)
Add a Label (asynchronously)
Add a new gateway label
|
okhttp3.Call |
LabelApi.labelsPostCall(LabelDTO labelDTO,
ApiCallback _callback)
Build call for labelsPost
|
ApiResponse<LabelDTO> |
LabelApi.labelsPostWithHttpInfo(LabelDTO labelDTO)
Add a Label
Add a new gateway label
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
LabelApi.labelsLabelIdPutAsync(String labelId,
LabelDTO labelDTO,
ApiCallback<LabelDTO> _callback)
Update a Label (asynchronously)
Update a Label by label Id
|
okhttp3.Call |
LabelApi.labelsPostAsync(LabelDTO labelDTO,
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.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.list(List<LabelDTO> list) |
void |
LabelListDTO.setList(List<LabelDTO> list) |
Copyright © 2021 WSO2 Inc. All rights reserved.