Class RequestOptions
java.lang.Object
in.juspay.model.RequestOptions
-
Method Summary
Modifier and TypeMethodDescriptionstatic RequestOptionsintgetHeaders(String key) intwithApiKey(String apiKey) withApiVersion(String version) withBaseUrl(String baseUrl) withConnectTimeout(int connectTimeout) withCustomerId(String customerId) withHeaders(String key, String val) withHeaders(Map<String, String> val) withJweJwsEncryption(JweJwsEncryptionKeys encryption) withMerchantId(String merchantId) withReadTimeout(int readTimeout) withRoutingId(String routingId)
-
Method Details
-
createDefault
-
getApiKey
-
getMerchantId
-
withMerchantId
-
withApiKey
-
getConnectTimeoutInMilliSeconds
public int getConnectTimeoutInMilliSeconds() -
withConnectTimeout
-
getReadTimeoutInMilliSeconds
public int getReadTimeoutInMilliSeconds() -
withReadTimeout
-
getApiVersion
-
withApiVersion
-
withJweJwsEncryption
-
getJweJwsEncryptionKeys
-
getHeaders
-
getHeaders
-
withHeaders
-
withHeaders
-
withCustomerId
-
withRoutingId
-
getRoutingId
-
getBaseUrl
-
withBaseUrl
-