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.ObjectBuilder forSchemaApplyContext
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaApplyContextbuild()Build an immutable instance ofSchemaApplyContextusing the current state of thisSchemaApplyContext.BuildersetIncludeForeignKeys(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 ofSchemaApplyContextusing the current state of this- Returns:
-
-