Package com.oracle.bmc.datacatalog.model
Class FacetedSearchDateFilterRequest.Builder
- java.lang.Object
-
- com.oracle.bmc.datacatalog.model.FacetedSearchDateFilterRequest.Builder
-
- Enclosing class:
- FacetedSearchDateFilterRequest
public static class FacetedSearchDateFilterRequest.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FacetedSearchDateFilterRequestbuild()FacetedSearchDateFilterRequest.Buildercopy(FacetedSearchDateFilterRequest model)FacetedSearchDateFilterRequest.BuilderfieldName(String fieldName)Date field name that needs to be filtered by.FacetedSearchDateFilterRequest.BuildertimeAfter(Date timeAfter)The date and time the request was created, as described in RFC 3339, section 14.29.FacetedSearchDateFilterRequest.BuildertimeBefore(Date timeBefore)The date and time the request was created, as described in RFC 3339, section 14.29.
-
-
-
Method Detail
-
fieldName
public FacetedSearchDateFilterRequest.Builder fieldName(String fieldName)
Date field name that needs to be filtered by.Acceptable fields include TimeCreated and TimeUpdated.
- Parameters:
fieldName- the value to set- Returns:
- this builder
-
timeAfter
public FacetedSearchDateFilterRequest.Builder timeAfter(Date timeAfter)
The date and time the request was created, as described in RFC 3339, section 14.29.- Parameters:
timeAfter- the value to set- Returns:
- this builder
-
timeBefore
public FacetedSearchDateFilterRequest.Builder timeBefore(Date timeBefore)
The date and time the request was created, as described in RFC 3339, section 14.29.- Parameters:
timeBefore- the value to set- Returns:
- this builder
-
build
public FacetedSearchDateFilterRequest build()
-
copy
public FacetedSearchDateFilterRequest.Builder copy(FacetedSearchDateFilterRequest model)
-
-