Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.WorkflowResponseDTO
-
Packages that use WorkflowResponseDTO Package Description org.wso2.am.integration.clients.publisher.api.v1 org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of WorkflowResponseDTO in org.wso2.am.integration.clients.publisher.api.v1
Methods in org.wso2.am.integration.clients.publisher.api.v1 that return WorkflowResponseDTO Modifier and Type Method Description WorkflowResponseDTOApiLifecycleApi. changeAPILifecycle(String action, String apiId, String lifecycleChecklist, String ifMatch)Change API Status This operation is used to change the lifecycle of an API.WorkflowResponseDTOApiProductLifecycleApi. 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.Methods in org.wso2.am.integration.clients.publisher.api.v1 that return types with arguments of type WorkflowResponseDTO Modifier and Type Method Description ApiResponse<WorkflowResponseDTO>ApiLifecycleApi. changeAPILifecycleWithHttpInfo(String action, String apiId, String lifecycleChecklist, String ifMatch)Change API Status This operation is used to change the lifecycle of an API.ApiResponse<WorkflowResponseDTO>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.Method parameters in org.wso2.am.integration.clients.publisher.api.v1 with type arguments of type WorkflowResponseDTO Modifier and Type Method Description okhttp3.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. -
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 WorkflowResponseDTO Modifier and Type Method Description WorkflowResponseDTOWorkflowResponseDTO. jsonPayload(String jsonPayload)WorkflowResponseDTOWorkflowResponseDTO. lifecycleState(LifecycleStateDTO lifecycleState)WorkflowResponseDTOWorkflowResponseDTO. workflowStatus(WorkflowResponseDTO.WorkflowStatusEnum workflowStatus)
-