public interface GetIntegrationRulesResponse
IntegrationRuleService.getIntegrationRules(GetIntegrationRulesRequest)
.Modifier and Type | Method and Description |
---|---|
IntegrationRuleError |
getError()
Retrieves the error encountered when retrieving the integration rules, if any.
|
Collection<IntegrationRule> |
getIntegrationRules()
Retrieves the list of IntegrationRules.
|
boolean |
hasError()
Indicates if there was an error when retrieving the integration rules.
|
Collection<IntegrationRule> getIntegrationRules()
If there was an error when retrieving integration rules this throws an exception.
For example, if hasError()
returns true
this will throw an exception.
boolean hasError()
IntegrationRuleError getError()
Copyright © Veeva Systems 2017–2020. All rights reserved.