Uses of Class
com.oracle.bmc.datacatalog.model.FacetedSearchCustomProperty.Builder
- 
Packages that use FacetedSearchCustomProperty.Builder Package Description com.oracle.bmc.datacatalog.model 
- 
- 
Uses of FacetedSearchCustomProperty.Builder in com.oracle.bmc.datacatalog.modelMethods in com.oracle.bmc.datacatalog.model that return FacetedSearchCustomProperty.Builder Modifier and Type Method Description static FacetedSearchCustomProperty.BuilderFacetedSearchCustomProperty. builder()Create a new builder.FacetedSearchCustomProperty.BuilderFacetedSearchCustomProperty.Builder. copy(FacetedSearchCustomProperty model)FacetedSearchCustomProperty.BuilderFacetedSearchCustomProperty.Builder. dataType(String dataType)Data type of the custom property fieldFacetedSearchCustomProperty.BuilderFacetedSearchCustomProperty.Builder. name(String name)Name of custom property fieldFacetedSearchCustomProperty.BuilderFacetedSearchCustomProperty. toBuilder()FacetedSearchCustomProperty.BuilderFacetedSearchCustomProperty.Builder. value(String value)Value of the custom property field
 
-