Uses of Class
co.tryterra.terraclient.RequestConfig.Builder
-
Packages that use RequestConfig.Builder Package Description co.tryterra.terraclient -
-
Uses of RequestConfig.Builder in co.tryterra.terraclient
Methods in co.tryterra.terraclient that return RequestConfig.Builder Modifier and Type Method Description static RequestConfig.Builder
RequestConfig. builder()
RequestConfig.Builder
RequestConfig.Builder. retryIfRateLimited(boolean value)
Set whether to retry the request if the request has been rate limited by the provider.RequestConfig.Builder
RequestConfig.Builder. toWebhook(boolean value)
Set whether the data returned from the API request will be in the response body or sent to the developer webhook.RequestConfig.Builder
RequestConfig.Builder. withSamples(RequestConfig.Samples value)
Set whether the data returned from the API request will include sample data.
-