| Package | Description |
|---|---|
| com.squareup.square.http.request.configuration |
| Modifier and Type | Method and Description |
|---|---|
RetryOption |
RetryConfiguration.getRetryOption()
The option for overriding global retry configuration.
|
static RetryOption |
RetryOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RetryOption[] |
RetryOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RetryConfiguration.Builder |
RetryConfiguration.Builder.retryOption(RetryOption retryOption)
The option to override retry configurations for a particular request.
|
Copyright © 2022. All rights reserved.