public static interface IntegrationRuleQuery.Builder
IntegrationRuleQuery.| Modifier and Type | Method and Description |
|---|---|
Query |
build()
Returns a completed
Query object. |
IntegrationRuleQuery.Builder |
withAllQueryObjectRules(boolean useAllQueryRules)
Sets all available
QueryObjectRules for the integration rule
query. |
IntegrationRuleQuery.Builder |
withIntegrationRule(String name)
Sets the
IntegrationRule, by name, for the integration rule query. |
IntegrationRuleQuery.Builder |
withQueryObjectRules(List<String> queryObjectRulesList)
Sets a specified list of
QueryObjectRules for the integration
rule query. |
IntegrationRuleQuery.Builder withIntegrationRule(String name)
IntegrationRule, by name, for the integration rule query.name - specifies integration rule name. Required and cannot be null.IntegrationRuleQuery.BuilderIntegrationRuleQuery.Builder withQueryObjectRules(List<String> queryObjectRulesList)
QueryObjectRules for the integration
rule query.queryObjectRulesList - specifies list of QueryObjectRules by name. Required and cannot be null.IntegrationRuleQuery.BuilderIntegrationRuleQuery.Builder withAllQueryObjectRules(boolean useAllQueryRules)
QueryObjectRules for the integration rule
query.useAllQueryRules - specifies if all available QueryObjectRules are used. Cannot be null.IntegrationRuleQuery.BuilderCopyright © Veeva Systems 2017–2023. All rights reserved.