Package com.jumio.sdk.account_v1.model
Class WebSettings
java.lang.Object
com.jumio.sdk.account_v1.model.WebSettings
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-16T16:59:18.992153700+02:00[Europe/Vienna]") public class WebSettings
extends
Object
web client related settings
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancustomer served endpoint to handle error acquisition scenarios during end user journeyHyphenated combination of ISO 639-1:2002 alpha-2 language code plus ISO 3166-1 alpha-2 country.customer served endpoint to handle successful acquisition scenarios during end user journeyinthashCode()voidsetErrorUrl(String errorUrl) voidvoidsetSuccessUrl(String successUrl) successUrl(String successUrl) toString()
-
Field Details
-
JSON_PROPERTY_SUCCESS_URL
- See Also:
-
JSON_PROPERTY_ERROR_URL
- See Also:
-
JSON_PROPERTY_LOCALE
- See Also:
-
-
Constructor Details
-
WebSettings
public WebSettings()
-
-
Method Details
-
successUrl
-
getSuccessUrl
customer served endpoint to handle successful acquisition scenarios during end user journey- Returns:
- successUrl
-
setSuccessUrl
-
errorUrl
-
getErrorUrl
customer served endpoint to handle error acquisition scenarios during end user journey- Returns:
- errorUrl
-
setErrorUrl
-
locale
-
getLocale
Hyphenated combination of ISO 639-1:2002 alpha-2 language code plus ISO 3166-1 alpha-2 country. Example values: - 'en' - 'en-GB' - 'de' - 'es' - 'zh-CN'- Returns:
- locale
-
setLocale
-
equals
-
hashCode
public int hashCode() -
toString
-