Uses of Class
org.wso2.am.integration.clients.admin.api.dto.LabelDTO
-
Packages that use LabelDTO Package Description org.wso2.am.integration.clients.admin.api org.wso2.am.integration.clients.admin.api.dto -
-
Uses of LabelDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return LabelDTO Modifier and Type Method Description LabelDTOLabelApi. labelsLabelIdPut(String labelId, LabelDTO labelDTO)Update a Label Update a Label by label IdLabelDTOLabelApi. labelsPost(LabelDTO labelDTO)Add a Label Add a new gateway labelMethods in org.wso2.am.integration.clients.admin.api that return types with arguments of type LabelDTO Modifier and Type Method Description ApiResponse<LabelDTO>LabelApi. labelsLabelIdPutWithHttpInfo(String labelId, LabelDTO labelDTO)Update a Label Update a Label by label IdApiResponse<LabelDTO>LabelApi. labelsPostWithHttpInfo(LabelDTO labelDTO)Add a Label Add a new gateway labelMethods in org.wso2.am.integration.clients.admin.api with parameters of type LabelDTO Modifier and Type Method Description LabelDTOLabelApi. labelsLabelIdPut(String labelId, LabelDTO labelDTO)Update a Label Update a Label by label Idokhttp3.CallLabelApi. labelsLabelIdPutAsync(String labelId, LabelDTO labelDTO, ApiCallback<LabelDTO> _callback)Update a Label (asynchronously) Update a Label by label Idokhttp3.CallLabelApi. labelsLabelIdPutCall(String labelId, LabelDTO labelDTO, ApiCallback _callback)Build call for labelsLabelIdPutApiResponse<LabelDTO>LabelApi. labelsLabelIdPutWithHttpInfo(String labelId, LabelDTO labelDTO)Update a Label Update a Label by label IdLabelDTOLabelApi. labelsPost(LabelDTO labelDTO)Add a Label Add a new gateway labelokhttp3.CallLabelApi. labelsPostAsync(LabelDTO labelDTO, ApiCallback<LabelDTO> _callback)Add a Label (asynchronously) Add a new gateway labelokhttp3.CallLabelApi. labelsPostCall(LabelDTO labelDTO, ApiCallback _callback)Build call for labelsPostApiResponse<LabelDTO>LabelApi. labelsPostWithHttpInfo(LabelDTO labelDTO)Add a Label Add a new gateway labelMethod parameters in org.wso2.am.integration.clients.admin.api with type arguments of type LabelDTO Modifier and Type Method Description okhttp3.CallLabelApi. labelsLabelIdPutAsync(String labelId, LabelDTO labelDTO, ApiCallback<LabelDTO> _callback)Update a Label (asynchronously) Update a Label by label Idokhttp3.CallLabelApi. labelsPostAsync(LabelDTO labelDTO, ApiCallback<LabelDTO> _callback)Add a Label (asynchronously) Add a new gateway label -
Uses of LabelDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return LabelDTO Modifier and Type Method Description LabelDTOLabelDTO. accessUrls(List<String> accessUrls)LabelDTOLabelDTO. description(String description)LabelDTOLabelDTO. id(String id)LabelDTOLabelDTO. name(String name)Methods in org.wso2.am.integration.clients.admin.api.dto that return types with arguments of type LabelDTO Modifier and Type Method Description List<LabelDTO>LabelListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.admin.api.dto with type arguments of type LabelDTO Modifier and Type Method Description LabelListDTOLabelListDTO. list(List<LabelDTO> list)voidLabelListDTO. setList(List<LabelDTO> list)
-