public static class XPathPatterns.Builder extends Object
| Constructor and Description | 
|---|
| Builder()Instantiates a new builder. | 
| Modifier and Type | Method and Description | 
|---|---|
| XPathPatterns.Builder | addXpaths(String xpaths)Adds an xpaths to xpaths. | 
| XPathPatterns | build()Builds a XPathPatterns. | 
| XPathPatterns.Builder | xpaths(List<String> xpaths)Set the xpaths. | 
public XPathPatterns build()
public XPathPatterns.Builder addXpaths(String xpaths)
xpaths - the new xpathspublic XPathPatterns.Builder xpaths(List<String> xpaths)
xpaths - the xpathsCopyright © 2021 IBM Cloud. All rights reserved.