Uses of Class
org.wso2.am.integration.clients.admin.api.dto.LabelDTO
Packages that use LabelDTO
Package
Description
-
Uses of LabelDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return LabelDTOModifier and TypeMethodDescriptionLabelApi.labelsLabelIdPut(String labelId, LabelDTO labelDTO) Update a Label Update a Label by label IdLabelApi.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 LabelDTOModifier and TypeMethodDescriptionLabelApi.labelsLabelIdPutWithHttpInfo(String labelId, LabelDTO labelDTO) Update a Label Update a Label by label IdLabelApi.labelsPostWithHttpInfo(LabelDTO labelDTO) Add a Label Add a new gateway labelMethods in org.wso2.am.integration.clients.admin.api with parameters of type LabelDTOModifier and TypeMethodDescriptionLabelApi.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 labelsLabelIdPutLabelApi.labelsLabelIdPutWithHttpInfo(String labelId, LabelDTO labelDTO) Update a Label Update a Label by label IdLabelApi.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 labelsPostLabelApi.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 LabelDTOModifier and TypeMethodDescriptionokhttp3.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 LabelDTOModifier and TypeMethodDescriptionLabelDTO.accessUrls(List<String> accessUrls) LabelDTO.description(String description) Methods in org.wso2.am.integration.clients.admin.api.dto that return types with arguments of type LabelDTOMethod parameters in org.wso2.am.integration.clients.admin.api.dto with type arguments of type LabelDTO