| Package | Description | 
|---|---|
| com.worldline.connect.sdk.java.v1.webhooks | 
| Modifier and Type | Method and Description | 
|---|---|
WebhooksEvent | 
WebhooksHelper.unmarshal(byte[] body,
         List<RequestHeader> requestHeaders)
Unmarshals the given body, while also validating it using the given request headers. 
 | 
WebhooksEvent | 
WebhooksHelper.unmarshal(InputStream bodyStream,
         List<RequestHeader> requestHeaders)
Unmarshals the given input stream that contains the body,
 while also validating its contents using the given request headers. 
 | 
WebhooksEvent | 
WebhooksHelper.unmarshal(String body,
         List<RequestHeader> requestHeaders)
Unmarshals the given body, while also validating it using the given request headers. 
 | 
Copyright © 2025 Worldline Global Collect. All rights reserved.