Package de.gematik.prepare
Class PrepareItemsConfig.PrepareItemsConfigBuilder
java.lang.Object
de.gematik.prepare.PrepareItemsConfig.PrepareItemsConfigBuilder
- Enclosing class:
- PrepareItemsConfig
-
Method Summary
Modifier and TypeMethodDescriptionacceptedResponseFamilies(String acceptedResponseFamilies) acceptUnknownInfo(boolean acceptUnknownInfo) allowedResponseCodes(String allowedResponseCodes) build()combineItemsFile(String combineItemsFile) defaultMatchStrategy(GroupMatchStrategyType defaultMatchStrategy) excludedGroups(List<String> excludedGroups) infoResourceLocation(String infoResourceLocation) poolGroups(List<PoolGroup> poolGroups) poolSize(int poolSize) propertyExpressions(List<PropertyExpression> propertyExpressions) tagExpressions(List<TagExpression> tagExpressions) toString()
-
Method Details
-
combineItemsFile
- Returns:
this.
-
infoResourceLocation
public PrepareItemsConfig.PrepareItemsConfigBuilder infoResourceLocation(String infoResourceLocation) - Returns:
this.
-
tagExpressions
public PrepareItemsConfig.PrepareItemsConfigBuilder tagExpressions(List<TagExpression> tagExpressions) - Returns:
this.
-
propertyExpressions
public PrepareItemsConfig.PrepareItemsConfigBuilder propertyExpressions(List<PropertyExpression> propertyExpressions) - Returns:
this.
-
poolGroups
- Returns:
this.
-
excludedGroups
- Returns:
this.
-
poolSize
- Returns:
this.
-
defaultMatchStrategy
public PrepareItemsConfig.PrepareItemsConfigBuilder defaultMatchStrategy(GroupMatchStrategyType defaultMatchStrategy) - Returns:
this.
-
acceptedResponseFamilies
public PrepareItemsConfig.PrepareItemsConfigBuilder acceptedResponseFamilies(String acceptedResponseFamilies) - Returns:
this.
-
allowedResponseCodes
public PrepareItemsConfig.PrepareItemsConfigBuilder allowedResponseCodes(String allowedResponseCodes) - Returns:
this.
-
acceptUnknownInfo
- Returns:
this.
-
build
-
toString
-