Interface GetIntegrationRulesResponse


public interface GetIntegrationRulesResponse
Provides methods to retrieve information associated with an integration rule; returned from IntegrationRuleService.getIntegrationRules(GetIntegrationRulesRequest).
  • Method Details

    • getIntegrationRules

      Collection<IntegrationRule> getIntegrationRules()
      Retrieves the list of IntegrationRules.

      If there was an error when retrieving integration rules this throws an exception. For example, if hasError() returns true this will throw an exception.

      Returns:
      a list of integration rule objects
    • hasError

      boolean hasError()
      Indicates if there was an error when retrieving the integration rules.
      Returns:
      true if there was an error when retrieving the integration rules, otherwise false
    • getError

      Retrieves the error encountered when retrieving the integration rules, if any.
      Returns:
      integration rule error if there was an error during retrieval, otherwise null