Class RequestOptions

java.lang.Object
com.stripe.net.RequestOptions

public class RequestOptions extends Object
  • Method Details

    • getDefault

      public static RequestOptions getDefault()
    • getApiKey

      public String getApiKey()
    • getClientId

      public String getClientId()
    • getIdempotencyKey

      public String getIdempotencyKey()
    • getStripeAccount

      public String getStripeAccount()
    • getStripeVersion

      public String getStripeVersion()
    • getStripeVersionOverride

      public String getStripeVersionOverride()
    • getReadTimeout

      public int getReadTimeout()
    • getConnectTimeout

      public int getConnectTimeout()
    • getMaxNetworkRetries

      public int getMaxNetworkRetries()
    • getConnectionProxy

      public Proxy getConnectionProxy()
    • getProxyCredential

      public PasswordAuthentication getProxyCredential()
    • builder

      public static RequestOptions.RequestOptionsBuilder builder()
    • toBuilder

      Convert request options to builder, retaining invariant values for the integration.
      Returns:
      option builder.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object