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
QueryObjectRule s 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
QueryObjectRule s 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.Builder
IntegrationRuleQuery.Builder withQueryObjectRules(List<String> queryObjectRulesList)
QueryObjectRule
s for the integration
rule query.queryObjectRulesList
- specifies list of QueryObjectRules by name. Required and cannot be null.IntegrationRuleQuery.Builder
IntegrationRuleQuery.Builder withAllQueryObjectRules(boolean useAllQueryRules)
QueryObjectRule
s for the integration rule
query.useAllQueryRules
- specifies if all available QueryObjectRules are used. Cannot be null.IntegrationRuleQuery.Builder
Copyright © Veeva Systems 2017–2023. All rights reserved.