Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.APIEndpointDTO
Packages that use APIEndpointDTO
Package
Description
-
Uses of APIEndpointDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return APIEndpointDTOModifier and TypeMethodDescriptionApiEndpointsApi.addApiEndpoint(String apiId, APIEndpointDTO apIEndpointDTO) Add an Endpoint This operation can be used to add an endpoint to an API.ApiEndpointsApi.getApiEndpoint(String apiId, String endpointId) Get an Endpoint This operation can be used to get an endpoint of an API by UUID.ApiEndpointsApi.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 APIEndpointDTOModifier and TypeMethodDescriptionApiEndpointsApi.addApiEndpointWithHttpInfo(String apiId, APIEndpointDTO apIEndpointDTO) Add an Endpoint This operation can be used to add an endpoint to an API.ApiEndpointsApi.getApiEndpointWithHttpInfo(String apiId, String endpointId) Get an Endpoint This operation can be used to get an endpoint of an API by UUID.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 APIEndpointDTOModifier and TypeMethodDescriptionApiEndpointsApi.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 addApiEndpointApiEndpointsApi.addApiEndpointWithHttpInfo(String apiId, APIEndpointDTO apIEndpointDTO) Add an Endpoint This operation can be used to add an endpoint to an API.ApiEndpointsApi.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 updateApiEndpointApiEndpointsApi.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 APIEndpointDTOModifier and TypeMethodDescriptionokhttp3.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 APIEndpointDTOModifier and TypeMethodDescriptionAPIEndpointDTO.deploymentStage(String deploymentStage) APIEndpointDTO.endpointConfig(Object endpointConfig) Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type APIEndpointDTOMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type APIEndpointDTOModifier and TypeMethodDescriptionAPIEndpointListDTO.list(List<APIEndpointDTO> list) voidAPIEndpointListDTO.setList(List<APIEndpointDTO> list)