| Modifier and Type | Field and Description |
|---|---|
protected List<SimpleSearchFieldType> |
SimpleSearchType.field |
protected List<SimpleSearchFieldType> |
SimpleSearchOperatorType.field |
| Modifier and Type | Method and Description |
|---|---|
SimpleSearchFieldType |
ObjectFactory.createSimpleSearchFieldType()
Create an instance of
SimpleSearchFieldType |
SimpleSearchFieldType |
SimpleSearchFieldType.withName(String value) |
SimpleSearchFieldType |
SimpleSearchFieldType.withValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
List<SimpleSearchFieldType> |
SimpleSearchType.getField()
Gets the value of the field property.
|
List<SimpleSearchFieldType> |
SimpleSearchOperatorType.getField()
Gets the value of the field property.
|
| Modifier and Type | Method and Description |
|---|---|
SimpleSearchType |
SimpleSearchType.withField(SimpleSearchFieldType... values) |
SimpleSearchOperatorType |
SimpleSearchOperatorType.withField(SimpleSearchFieldType... values) |
| Modifier and Type | Method and Description |
|---|---|
SimpleSearchType |
SimpleSearchType.withField(Collection<SimpleSearchFieldType> values) |
SimpleSearchOperatorType |
SimpleSearchOperatorType.withField(Collection<SimpleSearchFieldType> values) |
Copyright © 2015. All rights reserved.