Package com.stripe.net
Class RequestOptions
java.lang.Object
com.stripe.net.RequestOptions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic final class -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanstatic RequestOptionsinthashCode()Deprecated.Convert request options to builder, copying all options.static String
-
Method Details
-
getDefault
-
getApiKey
-
getClientId
-
getIdempotencyKey
-
getStripeAccount
-
getStripeVersion
-
unsafeGetStripeVersionOverride
-
getReadTimeout
-
getConnectTimeout
-
getMaxNetworkRetries
-
getConnectionProxy
-
getProxyCredential
-
getBaseUrl
-
builder
-
toBuilder
Deprecated.prefertoBuilderFullCopy()which fully copies the request options instead of a subset of its options.Convert request options to builder, retaining invariant values for the integration.- Returns:
- option builder.
-
toBuilderFullCopy
Convert request options to builder, copying all options.- Returns:
- option builder.
-
equals
-
canEqual
-
hashCode
public int hashCode()
-
toBuilderFullCopy()which fully copies the request options instead of a subset of its options.