이 콘텐츠는 아직 해당 언어로 이용하실 수 없습니다.

Updating to the rebranded Java SDK

What you need to know about this rebranding effort and how to put it in place

We've rebranded the Java SDK for the Expedia Group Fraud Prevention Service, which will impact any applications using it. There are no changes to the Python or Node.js SDKs. The SDK name, namespace, and exceptions IDs have been changed. To use this updated SDK, you'll need to:

  • Use the SDK name in project dependencies
  • Import the models from the new namespaces
  • Update the exception handlers with the new exception classes
  • Adjust the log messages prefix

SDK name

Before rebranding:


Rebranded SDK:


Namespace

Before rebrandingRebranded SDK
import com.expediagroup.openworld.sdk.fraudpreventionv2.client.FraudPreventionV2Clientimport com.expediagroup.sdk.fraudpreventionv2.client.FraudPreventionV2Client
import com.expediagroup.openworld.sdk.fraudpreventionv2.models.*import com.expediagroup.sdk.fraudpreventionv2.models.*

Exception handlers

Before rebrandingRebranded SDK
OpenWorldExceptionExpediaGroupException
OpenWorldServiceExceptionExpediaGroupServiceException
OpenWorldClientExceptionExpediaGroupClientException

Logging message prefix

Before rebrandingRebranded SDK
ExpediaSDKExpediaGroupSDK
이 페이지가 도움이 되었나요?
이 콘텐츠를 어떻게 개선하면 좋을까요?
더 나은 Developer Hub를 만드는 데 도움을 주셔서 감사합니다!