Package com.stripe.net
Class RequestOptions
java.lang.Object
com.stripe.net.RequestOptions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static final class
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
int
static RequestOptions
int
int
int
hashCode()
Convert request options to builder, retaining invariant values for the integration.
-
Method Details
-
getDefault
-
getApiKey
-
getClientId
-
getIdempotencyKey
-
getStripeAccount
-
getStripeVersion
-
getStripeVersionOverride
-
getReadTimeout
public int getReadTimeout() -
getConnectTimeout
public int getConnectTimeout() -
getMaxNetworkRetries
public int getMaxNetworkRetries() -
getConnectionProxy
-
getProxyCredential
-
builder
-
toBuilder
Convert request options to builder, retaining invariant values for the integration.- Returns:
- option builder.
-
equals
-
canEqual
-
hashCode
public int hashCode()
-