Uses of Class
org.wso2.am.integration.clients.admin.api.dto.APICategoryDTO
Packages that use APICategoryDTO
Package
Description
-
Uses of APICategoryDTO in org.wso2.am.integration.clients.admin.api
Methods in org.wso2.am.integration.clients.admin.api that return APICategoryDTOModifier and TypeMethodDescriptionApiCategoryIndividualApi.apiCategoriesApiCategoryIdPut(String apiCategoryId, APICategoryDTO apICategoryDTO) Update an API Category Update an API Category by category IdApiCategoryIndividualApi.apiCategoriesPost(APICategoryDTO apICategoryDTO) Add API Category Add a new API categoryMethods in org.wso2.am.integration.clients.admin.api that return types with arguments of type APICategoryDTOModifier and TypeMethodDescriptionApiCategoryIndividualApi.apiCategoriesApiCategoryIdPutWithHttpInfo(String apiCategoryId, APICategoryDTO apICategoryDTO) Update an API Category Update an API Category by category IdApiCategoryIndividualApi.apiCategoriesPostWithHttpInfo(APICategoryDTO apICategoryDTO) Add API Category Add a new API categoryMethods in org.wso2.am.integration.clients.admin.api with parameters of type APICategoryDTOModifier and TypeMethodDescriptionApiCategoryIndividualApi.apiCategoriesApiCategoryIdPut(String apiCategoryId, APICategoryDTO apICategoryDTO) Update an API Category Update an API Category by category Idokhttp3.CallApiCategoryIndividualApi.apiCategoriesApiCategoryIdPutAsync(String apiCategoryId, APICategoryDTO apICategoryDTO, ApiCallback<APICategoryDTO> _callback) Update an API Category (asynchronously) Update an API Category by category Idokhttp3.CallApiCategoryIndividualApi.apiCategoriesApiCategoryIdPutCall(String apiCategoryId, APICategoryDTO apICategoryDTO, ApiCallback _callback) Build call for apiCategoriesApiCategoryIdPutApiCategoryIndividualApi.apiCategoriesApiCategoryIdPutWithHttpInfo(String apiCategoryId, APICategoryDTO apICategoryDTO) Update an API Category Update an API Category by category IdApiCategoryIndividualApi.apiCategoriesPost(APICategoryDTO apICategoryDTO) Add API Category Add a new API categoryokhttp3.CallApiCategoryIndividualApi.apiCategoriesPostAsync(APICategoryDTO apICategoryDTO, ApiCallback<APICategoryDTO> _callback) Add API Category (asynchronously) Add a new API categoryokhttp3.CallApiCategoryIndividualApi.apiCategoriesPostCall(APICategoryDTO apICategoryDTO, ApiCallback _callback) Build call for apiCategoriesPostApiCategoryIndividualApi.apiCategoriesPostWithHttpInfo(APICategoryDTO apICategoryDTO) Add API Category Add a new API categoryMethod parameters in org.wso2.am.integration.clients.admin.api with type arguments of type APICategoryDTOModifier and TypeMethodDescriptionokhttp3.CallApiCategoryIndividualApi.apiCategoriesApiCategoryIdPutAsync(String apiCategoryId, APICategoryDTO apICategoryDTO, ApiCallback<APICategoryDTO> _callback) Update an API Category (asynchronously) Update an API Category by category Idokhttp3.CallApiCategoryIndividualApi.apiCategoriesPostAsync(APICategoryDTO apICategoryDTO, ApiCallback<APICategoryDTO> _callback) Add API Category (asynchronously) Add a new API category -
Uses of APICategoryDTO in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return APICategoryDTOModifier and TypeMethodDescriptionAPICategoryDTO.description(String description) APICategoryDTO.numberOfAPIs(Integer numberOfAPIs) Methods in org.wso2.am.integration.clients.admin.api.dto that return types with arguments of type APICategoryDTOMethod parameters in org.wso2.am.integration.clients.admin.api.dto with type arguments of type APICategoryDTOModifier and TypeMethodDescriptionAPICategoryListDTO.list(List<APICategoryDTO> list) voidAPICategoryListDTO.setList(List<APICategoryDTO> list)