Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.EndpointsDTO
-
Packages that use EndpointsDTO Package Description org.wso2.am.integration.clients.gateway.api.v2 org.wso2.am.integration.clients.gateway.api.v2.dto -
-
Uses of EndpointsDTO in org.wso2.am.integration.clients.gateway.api.v2
Methods in org.wso2.am.integration.clients.gateway.api.v2 that return EndpointsDTO Modifier and Type Method Description EndpointsDTODefaultApi. getEndpoints(String apiName, String version, String tenantDomain)Get end-points from the storage for the API This operation is used to get the end-points from the storage.EndpointsDTOGetApiArtifactsApi. getEndpoints(String apiName, String version, String tenantDomain)Get end-points from the storage for the API This operation is used to get the end-points from the storage.Methods in org.wso2.am.integration.clients.gateway.api.v2 that return types with arguments of type EndpointsDTO Modifier and Type Method Description ApiResponse<EndpointsDTO>DefaultApi. getEndpointsWithHttpInfo(String apiName, String version, String tenantDomain)Get end-points from the storage for the API This operation is used to get the end-points from the storage.ApiResponse<EndpointsDTO>GetApiArtifactsApi. getEndpointsWithHttpInfo(String apiName, String version, String tenantDomain)Get end-points from the storage for the API This operation is used to get the end-points from the storage.Method parameters in org.wso2.am.integration.clients.gateway.api.v2 with type arguments of type EndpointsDTO Modifier and Type Method Description com.squareup.okhttp.CallDefaultApi. getEndpointsAsync(String apiName, String version, String tenantDomain, ApiCallback<EndpointsDTO> callback)Get end-points from the storage for the API (asynchronously) This operation is used to get the end-points from the storage.com.squareup.okhttp.CallGetApiArtifactsApi. getEndpointsAsync(String apiName, String version, String tenantDomain, ApiCallback<EndpointsDTO> callback)Get end-points from the storage for the API (asynchronously) This operation is used to get the end-points from the storage. -
Uses of EndpointsDTO in org.wso2.am.integration.clients.gateway.api.v2.dto
Methods in org.wso2.am.integration.clients.gateway.api.v2.dto that return EndpointsDTO Modifier and Type Method Description EndpointsDTOEndpointsDTO. addEndpointsItem(String endpointsItem)EndpointsDTOEndpointsDTO. endpoints(List<String> endpoints)
-