public static class SimpleResponse.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregation(Aggregation.Builder builder) |
SimpleResponse |
build() |
SimpleResponse.Builder |
result(java.lang.Object object) |
void |
results(java.lang.Iterable<?> objects) |
public void results(java.lang.Iterable<?> objects)
public SimpleResponse.Builder result(java.lang.Object object)
public void aggregation(Aggregation.Builder builder)
public SimpleResponse build()