Package org.bonitasoft.web.client.api
Interface ConnectorFailureApi
-
- All Superinterfaces:
ApiClient.Api
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public interface ConnectorFailureApi extends ApiClient.Api
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConnectorFailuregetConnectorFailureById(String id)Finds the ConnectorFailure by ID Returns the single ConnectorFailure for the given ID
-
-
-
Method Detail
-
getConnectorFailureById
ConnectorFailure getConnectorFailureById(String id)
Finds the ConnectorFailure by ID Returns the single ConnectorFailure for the given ID- Parameters:
id- ID of the ConnectorFailure to return (required)- Returns:
- ConnectorFailure
-
-