Interface ProcessInfoApi

  • All Superinterfaces:
    ApiClient.Api

    @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public interface ProcessInfoApi
    extends ApiClient.Api
    • Method Detail

      • 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.