withDefaultRetry method Null safety
Enables default retry - backoff mechanism.
Implementation
PaylikeRequestBuilder<T> withDefaultRetry() {
retryEnabled = true;
return this;
}
Enables default retry - backoff mechanism.
PaylikeRequestBuilder<T> withDefaultRetry() {
retryEnabled = true;
return this;
}