Uses of Class
co.tryterra.terraclient.models.v2.menstruation.Menstruation
-
Packages that use Menstruation Package Description co.tryterra.terraclient.api This package contains all the interfaces used by this library. -
-
Uses of Menstruation in co.tryterra.terraclient.api
Methods in co.tryterra.terraclient.api that return types with arguments of type Menstruation Modifier and Type Method Description Optional<List<Menstruation>>
TerraWebhookPayload. asMenstruationV2()
Attempt to parse the raw payload as aMenstruation
object (API version 2).Future<TerraApiResponse<Menstruation>>
TerraClientV2. getMenstruationForUser(PartialUser user, Instant startTime, @Nullable Instant endTime)
Asynchronously makes a request to the/menstruation
endpoint to fetch the menstruation data for the given user.Future<TerraApiResponse<Menstruation>>
TerraClientV2. getMenstruationForUser(PartialUser user, Instant startTime, @Nullable Instant endTime, RequestConfig requestConfig)
Asynchronously makes a request to the/menstruation
endpoint to fetch the menstruation data for the given user.
-