public static class FacetedSearchDateFilterRequest.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
FacetedSearchDateFilterRequest |
build() |
FacetedSearchDateFilterRequest.Builder |
copy(FacetedSearchDateFilterRequest model) |
FacetedSearchDateFilterRequest.Builder |
fieldName(String fieldName)
Date field name that needs to be filtered by.
|
FacetedSearchDateFilterRequest.Builder |
timeAfter(Date timeAfter)
The date and time the request was created, as described in RFC
3339, section 14.29.
|
FacetedSearchDateFilterRequest.Builder |
timeBefore(Date timeBefore)
The date and time the request was created, as described in RFC
3339, section 14.29.
|
public FacetedSearchDateFilterRequest.Builder fieldName(String fieldName)
Date field name that needs to be filtered by. Acceptable fields include TimeCreated and TimeUpdated.
fieldName
- the value to setpublic FacetedSearchDateFilterRequest.Builder timeAfter(Date timeAfter)
The date and time the request was created, as described in RFC 3339, section 14.29.
timeAfter
- the value to setpublic FacetedSearchDateFilterRequest.Builder timeBefore(Date timeBefore)
The date and time the request was created, as described in RFC 3339, section 14.29.
timeBefore
- the value to setpublic FacetedSearchDateFilterRequest build()
public FacetedSearchDateFilterRequest.Builder copy(FacetedSearchDateFilterRequest model)
Copyright © 2016–2024. All rights reserved.