Stay organized with collections
Save and categorize content based on your preferences.
Builder
class Builder
Builder class for BloodGlucoseRecord
Summary
Public constructors
Builder
Builder(
metadata: Metadata,
time: Instant,
specimenSource: Int,
level: BloodGlucose,
relationToMeal: Int,
mealType: Int)
| Parameters |
metadata |
Metadata: Metadata to be associated with the record. See Metadata. This value cannot be null. |
time |
Instant: Start time of this activity. This value cannot be null. |
specimenSource |
Int: Type of body fluid used to measure the blood glucose. Optional, enum field. Allowed values: SpecimenSource. Value is one of the following:
|
level |
BloodGlucose: Blood glucose level or concentration in BloodGlucose unit. Required field. Valid range: 0-50 mmol/L. This value cannot be null. |
relationToMeal |
Int: Relationship of the meal to the blood glucose measurement. Optional, enum field. Allowed values: RelationToMealType. Value is one of the following:
|
mealType |
Int: Type of meal related to the blood glucose measurement. Optional, enum field. Allowed values: MealType. Value is one of the following:
|
Public methods
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-02-13 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-02-13 UTC."],[],[]]