public static class QueryRelationsEntity.Builder
extends java.lang.Object
| Constructor and Description |
|---|
QueryRelationsEntity.Builder()
Instantiates a new builder.
|
| Modifier and Type | Method and Description |
|---|---|
QueryRelationsEntity |
build()
Builds a QueryRelationsEntity.
|
QueryRelationsEntity.Builder |
exact(java.lang.Boolean exact)
Set the exact.
|
QueryRelationsEntity.Builder |
text(java.lang.String text)
Set the text.
|
QueryRelationsEntity.Builder |
type(java.lang.String type)
Set the type.
|
public QueryRelationsEntity.Builder()
public QueryRelationsEntity build()
public QueryRelationsEntity.Builder text(java.lang.String text)
text - the textpublic QueryRelationsEntity.Builder type(java.lang.String type)
type - the typepublic QueryRelationsEntity.Builder exact(java.lang.Boolean exact)
exact - the exact