public final class DslBlockQueryDefinition extends Object implements DslQueryDefinition
| Constructor and Description |
|---|
DslBlockQueryDefinition(String preBody,
List<DslQueryDefinition> queries,
String postBody) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPostBody() |
String |
getPreBody() |
List<DslQueryDefinition> |
getQueries() |
String |
toString() |
public DslBlockQueryDefinition(String preBody, List<DslQueryDefinition> queries, String postBody)
preBody - String before bodyqueries - List of queriespostBody - String after bodyCopyright © 2015. All Rights Reserved.