Skip to content

Commit 53beb92

Browse files
authored
Merge pull request #1527 from Adyen/sdk-automation/models
Code generation: update services and models
2 parents ad2d720 + 839f99b commit 53beb92

File tree

58 files changed

+2117
-289
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+2117
-289
lines changed

src/main/java/com/adyen/model/acswebhooks/BalancePlatformNotificationResponse.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ public BalancePlatformNotificationResponse() {}
2727

2828
/**
2929
* Respond with any **2xx** HTTP status code to [accept the
30-
* webhook](https://docs.adyen.com/development-resources/webhooks#accept-notifications).
30+
* webhook](https://docs.adyen.com/development-resources/webhooks/#accept-webhooks).
3131
*
3232
* @param notificationResponse Respond with any **2xx** HTTP status code to [accept the
33-
* webhook](https://docs.adyen.com/development-resources/webhooks#accept-notifications).
33+
* webhook](https://docs.adyen.com/development-resources/webhooks/#accept-webhooks).
3434
* @return the current {@code BalancePlatformNotificationResponse} instance, allowing for method
3535
* chaining
3636
*/
@@ -41,10 +41,10 @@ public BalancePlatformNotificationResponse notificationResponse(String notificat
4141

4242
/**
4343
* Respond with any **2xx** HTTP status code to [accept the
44-
* webhook](https://docs.adyen.com/development-resources/webhooks#accept-notifications).
44+
* webhook](https://docs.adyen.com/development-resources/webhooks/#accept-webhooks).
4545
*
4646
* @return notificationResponse Respond with any **2xx** HTTP status code to [accept the
47-
* webhook](https://docs.adyen.com/development-resources/webhooks#accept-notifications).
47+
* webhook](https://docs.adyen.com/development-resources/webhooks/#accept-webhooks).
4848
*/
4949
@JsonProperty(JSON_PROPERTY_NOTIFICATION_RESPONSE)
5050
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -54,10 +54,10 @@ public String getNotificationResponse() {
5454

5555
/**
5656
* Respond with any **2xx** HTTP status code to [accept the
57-
* webhook](https://docs.adyen.com/development-resources/webhooks#accept-notifications).
57+
* webhook](https://docs.adyen.com/development-resources/webhooks/#accept-webhooks).
5858
*
5959
* @param notificationResponse Respond with any **2xx** HTTP status code to [accept the
60-
* webhook](https://docs.adyen.com/development-resources/webhooks#accept-notifications).
60+
* webhook](https://docs.adyen.com/development-resources/webhooks/#accept-webhooks).
6161
*/
6262
@JsonProperty(JSON_PROPERTY_NOTIFICATION_RESPONSE)
6363
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

src/main/java/com/adyen/model/acswebhooks/Resource.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ public void setBalancePlatform(String balancePlatform) {
7171

7272
/**
7373
* The date and time when the event was triggered, in ISO 8601 extended format. For example,
74-
* **2020-12-18T10:15:30+01:00**.
74+
* **2025-03-19T10:15:30+01:00**.
7575
*
7676
* @param creationDate The date and time when the event was triggered, in ISO 8601 extended
77-
* format. For example, **2020-12-18T10:15:30+01:00**.
77+
* format. For example, **2025-03-19T10:15:30+01:00**.
7878
* @return the current {@code Resource} instance, allowing for method chaining
7979
*/
8080
public Resource creationDate(OffsetDateTime creationDate) {
@@ -84,10 +84,10 @@ public Resource creationDate(OffsetDateTime creationDate) {
8484

8585
/**
8686
* The date and time when the event was triggered, in ISO 8601 extended format. For example,
87-
* **2020-12-18T10:15:30+01:00**.
87+
* **2025-03-19T10:15:30+01:00**.
8888
*
8989
* @return creationDate The date and time when the event was triggered, in ISO 8601 extended
90-
* format. For example, **2020-12-18T10:15:30+01:00**.
90+
* format. For example, **2025-03-19T10:15:30+01:00**.
9191
*/
9292
@JsonProperty(JSON_PROPERTY_CREATION_DATE)
9393
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
@@ -97,10 +97,10 @@ public OffsetDateTime getCreationDate() {
9797

9898
/**
9999
* The date and time when the event was triggered, in ISO 8601 extended format. For example,
100-
* **2020-12-18T10:15:30+01:00**.
100+
* **2025-03-19T10:15:30+01:00**.
101101
*
102102
* @param creationDate The date and time when the event was triggered, in ISO 8601 extended
103-
* format. For example, **2020-12-18T10:15:30+01:00**.
103+
* format. For example, **2025-03-19T10:15:30+01:00**.
104104
*/
105105
@JsonProperty(JSON_PROPERTY_CREATION_DATE)
106106
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)

0 commit comments

Comments
 (0)