Package com.oracle.bmc.datacatalog.model
Class FacetedSearchCustomProperty.Builder
- java.lang.Object
-
- com.oracle.bmc.datacatalog.model.FacetedSearchCustomProperty.Builder
-
- Enclosing class:
- FacetedSearchCustomProperty
public static class FacetedSearchCustomProperty.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FacetedSearchCustomProperty
build()
FacetedSearchCustomProperty.Builder
copy(FacetedSearchCustomProperty model)
FacetedSearchCustomProperty.Builder
dataType(String dataType)
Data type of the custom property fieldFacetedSearchCustomProperty.Builder
name(String name)
Name of custom property fieldFacetedSearchCustomProperty.Builder
value(String value)
Value of the custom property field
-
-
-
Method Detail
-
name
public FacetedSearchCustomProperty.Builder name(String name)
Name of custom property field- Parameters:
name
- the value to set- Returns:
- this builder
-
value
public FacetedSearchCustomProperty.Builder value(String value)
Value of the custom property field- Parameters:
value
- the value to set- Returns:
- this builder
-
dataType
public FacetedSearchCustomProperty.Builder dataType(String dataType)
Data type of the custom property field- Parameters:
dataType
- the value to set- Returns:
- this builder
-
build
public FacetedSearchCustomProperty build()
-
copy
public FacetedSearchCustomProperty.Builder copy(FacetedSearchCustomProperty model)
-
-