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 SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FacetedSearchCustomPropertybuild()FacetedSearchCustomProperty.Buildercopy(FacetedSearchCustomProperty model)FacetedSearchCustomProperty.BuilderdataType(String dataType)Data type of the custom property fieldFacetedSearchCustomProperty.Buildername(String name)Name of custom property fieldFacetedSearchCustomProperty.Buildervalue(String value)Value of the custom property field
 
- 
- 
- 
Method Detail- 
namepublic FacetedSearchCustomProperty.Builder name(String name) Name of custom property field- Parameters:
- name- the value to set
- Returns:
- this builder
 
 - 
valuepublic FacetedSearchCustomProperty.Builder value(String value) Value of the custom property field- Parameters:
- value- the value to set
- Returns:
- this builder
 
 - 
dataTypepublic FacetedSearchCustomProperty.Builder dataType(String dataType) Data type of the custom property field- Parameters:
- dataType- the value to set
- Returns:
- this builder
 
 - 
buildpublic FacetedSearchCustomProperty build() 
 - 
copypublic FacetedSearchCustomProperty.Builder copy(FacetedSearchCustomProperty model) 
 
- 
 
-