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.BuilderRequestConfig. builder()RequestConfig.BuilderRequestConfig.Builder. retryIfRateLimited(boolean value)Set whether to retry the request if the request has been rate limited by the provider.RequestConfig.BuilderRequestConfig.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.BuilderRequestConfig.Builder. withSamples(RequestConfig.Samples value)Set whether the data returned from the API request will include sample data.
-