Interface ProcessInfoApi

All Superinterfaces:
ApiClient.Api

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.12.0") public interface ProcessInfoApi extends ApiClient.Api
  • Method Details

    • getProcessInfoById

      ProcessInfo getProcessInfoById(String id)
      Finds the ProcessInfo by ID Since 2022.2 ![edition](https://img.shields.io/badge/edition-entreprise-blue) Returns the single ProcessInfo for the given ID
      Parameters:
      id - ID of the ProcessInfo to return (required)
      Returns:
      ProcessInfo
    • getProcessInfoByIdWithHttpInfo

      ApiResponse<ProcessInfo> getProcessInfoByIdWithHttpInfo(String id)
      Finds the ProcessInfo by ID Similar to getProcessInfoById but it also returns the http response headers . Since 2022.2 ![edition](https://img.shields.io/badge/edition-entreprise-blue) Returns the single ProcessInfo for the given ID
      Parameters:
      id - ID of the ProcessInfo to return (required)
      Returns:
      A ApiResponse that wraps the response boyd and the http headers.