CervicalMucusRecord

public final class CervicalMucusRecord implements Record


Captures the description of cervical mucus. Each record represents a self-assessed description of cervical mucus for a user. All fields are optional and can be used to describe the look and feel of cervical mucus.

Summary

Public constructors

CervicalMucusRecord(
    @NonNull Instant time,
    ZoneOffset zoneOffset,
    int appearance,
    int sensation,
    @NonNull Metadata metadata
)

Public constructors

CervicalMucusRecord

Added in 1.1.0-alpha07
public CervicalMucusRecord(
    @NonNull Instant time,
    ZoneOffset zoneOffset,
    int appearance,
    int sensation,
    @NonNull Metadata metadata
)