Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.WorkflowResponseDTO
Packages that use WorkflowResponseDTO
Package
Description
-
Uses of WorkflowResponseDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return WorkflowResponseDTOModifier and TypeMethodDescriptionApiLifecycleApi.changeAPILifecycle(String action, String apiId, String lifecycleChecklist, String ifMatch) Change API Status This operation is used to change the lifecycle of an API.ApiProductLifecycleApi.changeAPIProductLifecycle(String action, String apiProductId, String lifecycleChecklist, String ifMatch) Change API Product LC Status This operation is used to change the lifecycle of an API Product.McpServerLifecycleApi.changeMCPServerLifecycle(String action, String mcpServerId, String lifecycleChecklist, String ifMatch) Change MCP Server Status This operation is used to change the lifecycle of a MCP server.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type WorkflowResponseDTOModifier and TypeMethodDescriptionApiLifecycleApi.changeAPILifecycleWithHttpInfo(String action, String apiId, String lifecycleChecklist, String ifMatch) Change API Status This operation is used to change the lifecycle of an API.ApiProductLifecycleApi.changeAPIProductLifecycleWithHttpInfo(String action, String apiProductId, String lifecycleChecklist, String ifMatch) Change API Product LC Status This operation is used to change the lifecycle of an API Product.McpServerLifecycleApi.changeMCPServerLifecycleWithHttpInfo(String action, String mcpServerId, String lifecycleChecklist, String ifMatch) Change MCP Server Status This operation is used to change the lifecycle of a MCP server.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type WorkflowResponseDTOModifier and TypeMethodDescriptionokhttp3.CallApiLifecycleApi.changeAPILifecycleAsync(String action, String apiId, String lifecycleChecklist, String ifMatch, ApiCallback<WorkflowResponseDTO> _callback) Change API Status (asynchronously) This operation is used to change the lifecycle of an API.okhttp3.CallApiProductLifecycleApi.changeAPIProductLifecycleAsync(String action, String apiProductId, String lifecycleChecklist, String ifMatch, ApiCallback<WorkflowResponseDTO> _callback) Change API Product LC Status (asynchronously) This operation is used to change the lifecycle of an API Product.okhttp3.CallMcpServerLifecycleApi.changeMCPServerLifecycleAsync(String action, String mcpServerId, String lifecycleChecklist, String ifMatch, ApiCallback<WorkflowResponseDTO> _callback) Change MCP Server Status (asynchronously) This operation is used to change the lifecycle of a MCP server. -
Uses of WorkflowResponseDTO in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return WorkflowResponseDTOModifier and TypeMethodDescriptionWorkflowResponseDTO.jsonPayload(String jsonPayload) WorkflowResponseDTO.lifecycleState(LifecycleStateDTO lifecycleState) WorkflowResponseDTO.workflowStatus(WorkflowResponseDTO.WorkflowStatusEnum workflowStatus)