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