Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIEndpointDTO
-
Packages that use APIEndpointDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of APIEndpointDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return APIEndpointDTO Modifier and Type Method Description APIEndpointDTOApiEndpointsApi. addApiEndpoint(String apiId, APIEndpointDTO apIEndpointDTO)Add an Endpoint This operation can be used to add an endpoint to an API.APIEndpointDTOApiEndpointsApi. getApiEndpoint(String apiId, String endpointId)Get an Endpoint This operation can be used to get an endpoint of an API by UUID.APIEndpointDTOApiEndpointsApi. updateApiEndpoint(String apiId, String endpointId, APIEndpointDTO apIEndpointDTO)Update an Endpoint This operation can be used to update a API endpoint.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type APIEndpointDTO Modifier and Type Method Description ApiResponse<APIEndpointDTO>ApiEndpointsApi. addApiEndpointWithHttpInfo(String apiId, APIEndpointDTO apIEndpointDTO)Add an Endpoint This operation can be used to add an endpoint to an API.ApiResponse<APIEndpointDTO>ApiEndpointsApi. getApiEndpointWithHttpInfo(String apiId, String endpointId)Get an Endpoint This operation can be used to get an endpoint of an API by UUID.ApiResponse<APIEndpointDTO>ApiEndpointsApi. updateApiEndpointWithHttpInfo(String apiId, String endpointId, APIEndpointDTO apIEndpointDTO)Update an Endpoint This operation can be used to update a API endpoint.Methods in org.wso2.am.integration.clients.publisher.api.v1 with parameters of type APIEndpointDTO Modifier and Type Method Description APIEndpointDTOApiEndpointsApi. addApiEndpoint(String apiId, APIEndpointDTO apIEndpointDTO)Add an Endpoint This operation can be used to add an endpoint to an API.okhttp3.CallApiEndpointsApi. addApiEndpointAsync(String apiId, APIEndpointDTO apIEndpointDTO, ApiCallback<APIEndpointDTO> _callback)Add an Endpoint (asynchronously) This operation can be used to add an endpoint to an API.okhttp3.CallApiEndpointsApi. addApiEndpointCall(String apiId, APIEndpointDTO apIEndpointDTO, ApiCallback _callback)Build call for addApiEndpointApiResponse<APIEndpointDTO>ApiEndpointsApi. addApiEndpointWithHttpInfo(String apiId, APIEndpointDTO apIEndpointDTO)Add an Endpoint This operation can be used to add an endpoint to an API.APIEndpointDTOApiEndpointsApi. updateApiEndpoint(String apiId, String endpointId, APIEndpointDTO apIEndpointDTO)Update an Endpoint This operation can be used to update a API endpoint.okhttp3.CallApiEndpointsApi. updateApiEndpointAsync(String apiId, String endpointId, APIEndpointDTO apIEndpointDTO, ApiCallback<APIEndpointDTO> _callback)Update an Endpoint (asynchronously) This operation can be used to update a API endpoint.okhttp3.CallApiEndpointsApi. updateApiEndpointCall(String apiId, String endpointId, APIEndpointDTO apIEndpointDTO, ApiCallback _callback)Build call for updateApiEndpointApiResponse<APIEndpointDTO>ApiEndpointsApi. updateApiEndpointWithHttpInfo(String apiId, String endpointId, APIEndpointDTO apIEndpointDTO)Update an Endpoint This operation can be used to update a API endpoint.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type APIEndpointDTO Modifier and Type Method Description okhttp3.CallApiEndpointsApi. addApiEndpointAsync(String apiId, APIEndpointDTO apIEndpointDTO, ApiCallback<APIEndpointDTO> _callback)Add an Endpoint (asynchronously) This operation can be used to add an endpoint to an API.okhttp3.CallApiEndpointsApi. getApiEndpointAsync(String apiId, String endpointId, ApiCallback<APIEndpointDTO> _callback)Get an Endpoint (asynchronously) This operation can be used to get an endpoint of an API by UUID.okhttp3.CallApiEndpointsApi. updateApiEndpointAsync(String apiId, String endpointId, APIEndpointDTO apIEndpointDTO, ApiCallback<APIEndpointDTO> _callback)Update an Endpoint (asynchronously) This operation can be used to update a API endpoint. -
Uses of APIEndpointDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return APIEndpointDTO Modifier and Type Method Description APIEndpointDTOAPIEndpointDTO. deploymentStage(String deploymentStage)APIEndpointDTOAPIEndpointDTO. endpointConfig(Object endpointConfig)APIEndpointDTOAPIEndpointDTO. id(String id)APIEndpointDTOAPIEndpointDTO. name(String name)Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type APIEndpointDTO Modifier and Type Method Description List<APIEndpointDTO>APIEndpointListDTO. getList()Get listMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type APIEndpointDTO Modifier and Type Method Description APIEndpointListDTOAPIEndpointListDTO. list(List<APIEndpointDTO> list)voidAPIEndpointListDTO. setList(List<APIEndpointDTO> list)
-