Package com.stripe.net
Class RawRequestOptions
java.lang.Object
com.stripe.net.RequestOptions
com.stripe.net.RawRequestOptions
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class com.stripe.net.RequestOptions
RequestOptions.InvalidRequestOptionsException, RequestOptions.RequestOptionsBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionRawRequestOptions
(Authenticator authenticator, String clientId, String idempotencyKey, String stripeContext, String stripeAccount, String stripeVersionOverride, String baseUrl, Integer connectTimeout, Integer readTimeout, Integer maxNetworkRetries, Proxy connectionProxy, PasswordAuthentication proxyCredential, Map<String, String> additionalHeaders) -
Method Summary
Methods inherited from class com.stripe.net.RequestOptions
canEqual, equals, getApiKey, getAuthenticator, getBaseUrl, getClientId, getConnectionProxy, getConnectTimeout, getDefault, getIdempotencyKey, getMaxNetworkRetries, getProxyCredential, getReadTimeout, getStripeAccount, getStripeContext, getStripeVersion, hashCode, normalizeApiKey, normalizeBaseUrl, normalizeClientId, normalizeIdempotencyKey, normalizeStripeAccount, normalizeStripeContext, normalizeStripeVersion, toBuilder, toBuilderFullCopy, unsafeGetStripeVersionOverride
-
Constructor Details
-
RawRequestOptions
public RawRequestOptions(Authenticator authenticator, String clientId, String idempotencyKey, String stripeContext, String stripeAccount, String stripeVersionOverride, String baseUrl, Integer connectTimeout, Integer readTimeout, Integer maxNetworkRetries, Proxy connectionProxy, PasswordAuthentication proxyCredential, Map<String, String> additionalHeaders)
-
-
Method Details
-
getAdditionalHeaders
-
builder
-