Package org.bonitasoft.web.client.api
Interface ConnectorFailureApi
- All Superinterfaces:
ApiClient.Api
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public interface ConnectorFailureApi
extends ApiClient.Api
-
Method Summary
Modifier and TypeMethodDescriptionFinds the ConnectorFailure by ID Returns the single ConnectorFailure for the given IDFinds the ConnectorFailure by ID Similar togetConnectorFailureByIdbut it also returns the http response headers .
-
Method Details
-
getConnectorFailureById
Finds the ConnectorFailure by ID Returns the single ConnectorFailure for the given ID- Parameters:
id- ID of the ConnectorFailure to return (required)- Returns:
- ConnectorFailure
-
getConnectorFailureByIdWithHttpInfo
Finds the ConnectorFailure by ID Similar togetConnectorFailureByIdbut it also returns the http response headers . Returns the single ConnectorFailure for the given ID- Parameters:
id- ID of the ConnectorFailure to return (required)- Returns:
- A ApiResponse that wraps the response boyd and the http headers.
-