Class SchemaApplyContext.Builder
- java.lang.Object
-
- org.linuxforhealth.fhir.database.utils.api.SchemaApplyContext.Builder
-
- Enclosing class:
- SchemaApplyContext
public static class SchemaApplyContext.Builder extends java.lang.Object
Builder forSchemaApplyContext
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaApplyContext
build()
Build an immutable instance ofSchemaApplyContext
using the current state of thisSchemaApplyContext.Builder
setIncludeForeignKeys(boolean flag)
Setter for includeForeignKeys
-
-
-
Method Detail
-
setIncludeForeignKeys
public SchemaApplyContext.Builder setIncludeForeignKeys(boolean flag)
Setter for includeForeignKeys- Parameters:
flag
-- Returns:
-
build
public SchemaApplyContext build()
Build an immutable instance ofSchemaApplyContext
using the current state of this- Returns:
-
-