Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.BackendDTO
Packages that use BackendDTO
Package
Description
-
Uses of BackendDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return BackendDTOModifier and TypeMethodDescriptionMcpServerBackendsApi.getMCPServerBackend(String mcpServerId, String backendId) Get backends of a MCP Server This operation can be used to get a backend of a MCP ServerMcpServerBackendsApi.updateMCPServerBackend(String mcpServerId, String backendId, BackendDTO backendDTO) Update a backend of a MCP Server This operation can be used to update a backend of a MCP ServerMethods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type BackendDTOModifier and TypeMethodDescriptionMcpServerBackendsApi.getMCPServerBackendWithHttpInfo(String mcpServerId, String backendId) Get backends of a MCP Server This operation can be used to get a backend of a MCP ServerMcpServerBackendsApi.updateMCPServerBackendWithHttpInfo(String mcpServerId, String backendId, BackendDTO backendDTO) Update a backend of a MCP Server This operation can be used to update a backend of a MCP ServerMethods in org.wso2.am.integration.clients.publisher.api.v1 with parameters of type BackendDTOModifier and TypeMethodDescriptionMcpServerBackendsApi.updateMCPServerBackend(String mcpServerId, String backendId, BackendDTO backendDTO) Update a backend of a MCP Server This operation can be used to update a backend of a MCP Serverokhttp3.CallMcpServerBackendsApi.updateMCPServerBackendAsync(String mcpServerId, String backendId, BackendDTO backendDTO, ApiCallback<BackendDTO> _callback) Update a backend of a MCP Server (asynchronously) This operation can be used to update a backend of a MCP Serverokhttp3.CallMcpServerBackendsApi.updateMCPServerBackendCall(String mcpServerId, String backendId, BackendDTO backendDTO, ApiCallback _callback) Build call for updateMCPServerBackendMcpServerBackendsApi.updateMCPServerBackendWithHttpInfo(String mcpServerId, String backendId, BackendDTO backendDTO) Update a backend of a MCP Server This operation can be used to update a backend of a MCP ServerMethod parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type BackendDTOModifier and TypeMethodDescriptionokhttp3.CallMcpServerBackendsApi.getMCPServerBackendAsync(String mcpServerId, String backendId, ApiCallback<BackendDTO> _callback) Get backends of a MCP Server (asynchronously) This operation can be used to get a backend of a MCP Serverokhttp3.CallMcpServerBackendsApi.updateMCPServerBackendAsync(String mcpServerId, String backendId, BackendDTO backendDTO, ApiCallback<BackendDTO> _callback) Update a backend of a MCP Server (asynchronously) This operation can be used to update a backend of a MCP Server -
Uses of BackendDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return BackendDTOModifier and TypeMethodDescriptionBackendDTO.definition(String definition) BackendDTO.endpointConfig(Object endpointConfig) Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return types with arguments of type BackendDTOMethod parameters in org.wso2.am.integration.clients.publisher.api.v1.dto with type arguments of type BackendDTOModifier and TypeMethodDescriptionBackendListDTO.list(List<BackendDTO> list) voidBackendListDTO.setList(List<BackendDTO> list)