Skip to content

Commit 8cc1bf2

Browse files
[management] Automated update from Adyen/adyen-openapi@d265ad5
1 parent 334bfa6 commit 8cc1bf2

File tree

4 files changed

+35
-31
lines changed

4 files changed

+35
-31
lines changed

sdk-generation-log/management.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"service": "management",
3+
"project": "java",
4+
"generatedAt": "2026-04-09T08:16:31Z",
5+
"openapiCommitSha": "d265ad51923ee8ae4cd1960e1f35ade7fb6b859c",
6+
"automationCommitSha": "fd3af884561ca43c276338fa6ab68342d24b74f0",
7+
"libraryCommitSha": "334bfa6a6af849c76a7a28c45a36a692ab0274c3"
8+
}

src/main/java/com/adyen/model/management/AndroidApp.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ public class AndroidApp {
4545
private boolean isSetDescription = false;
4646

4747
public static final String JSON_PROPERTY_ERROR_CODE = "errorCode";
48-
@Deprecated // deprecated since Management API v3: Use `errors` instead.
49-
private String errorCode;
48+
/* deprecated since Management API v3: Use `errors` instead. */
49+
@Deprecated private String errorCode;
5050

5151
/** Mark when the attribute has been explicitly set. */
5252
private boolean isSetErrorCode = false;
@@ -204,9 +204,9 @@ public void setDescription(String description) {
204204
* @param errorCode The error code of the Android app with the `status` of either
205205
* **error** or **invalid**.
206206
* @return the current {@code AndroidApp} instance, allowing for method chaining
207-
* @deprecated since Management API v3 Use `errors` instead.
207+
* @deprecated since Management API v3 Use `errors` instead.
208208
*/
209-
@Deprecated // deprecated since Management API v3: Use `errors` instead.
209+
@Deprecated
210210
public AndroidApp errorCode(String errorCode) {
211211
this.errorCode = errorCode;
212212
isSetErrorCode = true; // mark as set
@@ -219,9 +219,9 @@ public AndroidApp errorCode(String errorCode) {
219219
*
220220
* @return errorCode The error code of the Android app with the `status` of either
221221
* **error** or **invalid**.
222-
* @deprecated // deprecated since Management API v3: Use `errors` instead.
222+
* @deprecated since Management API v3 Use `errors` instead.
223223
*/
224-
@Deprecated // deprecated since Management API v3: Use `errors` instead.
224+
@Deprecated
225225
@JsonProperty(JSON_PROPERTY_ERROR_CODE)
226226
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
227227
public String getErrorCode() {
@@ -234,9 +234,9 @@ public String getErrorCode() {
234234
*
235235
* @param errorCode The error code of the Android app with the `status` of either
236236
* **error** or **invalid**.
237-
* @deprecated since Management API v3 Use `errors` instead.
237+
* @deprecated since Management API v3 Use `errors` instead.
238238
*/
239-
@Deprecated // deprecated since Management API v3: Use `errors` instead.
239+
@Deprecated
240240
@JsonProperty(JSON_PROPERTY_ERROR_CODE)
241241
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
242242
public void setErrorCode(String errorCode) {

src/main/java/com/adyen/model/management/Nexo.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ public class Nexo {
4949
private boolean isSetEventUrls = false;
5050

5151
public static final String JSON_PROPERTY_NEXO_EVENT_URLS = "nexoEventUrls";
52-
@Deprecated // deprecated since Management API v1: Use `eventUrls` instead.
53-
private List<String> nexoEventUrls;
52+
/* deprecated since Management API v1: Use `eventUrls` instead. */
53+
@Deprecated private List<String> nexoEventUrls;
5454

5555
/** Mark when the attribute has been explicitly set. */
5656
private boolean isSetNexoEventUrls = false;
@@ -179,9 +179,9 @@ public void setEventUrls(EventUrl eventUrls) {
179179
*
180180
* @param nexoEventUrls One or more URLs to send event messages to when using Terminal API.
181181
* @return the current {@code Nexo} instance, allowing for method chaining
182-
* @deprecated since Management API v1 Use &#x60;eventUrls&#x60; instead.
182+
* @deprecated since Management API v1 Use `eventUrls` instead.
183183
*/
184-
@Deprecated // deprecated since Management API v1: Use `eventUrls` instead.
184+
@Deprecated
185185
public Nexo nexoEventUrls(List<String> nexoEventUrls) {
186186
this.nexoEventUrls = nexoEventUrls;
187187
isSetNexoEventUrls = true; // mark as set
@@ -200,9 +200,9 @@ public Nexo addNexoEventUrlsItem(String nexoEventUrlsItem) {
200200
* One or more URLs to send event messages to when using Terminal API.
201201
*
202202
* @return nexoEventUrls One or more URLs to send event messages to when using Terminal API.
203-
* @deprecated // deprecated since Management API v1: Use `eventUrls` instead.
203+
* @deprecated since Management API v1 Use `eventUrls` instead.
204204
*/
205-
@Deprecated // deprecated since Management API v1: Use `eventUrls` instead.
205+
@Deprecated
206206
@JsonProperty(JSON_PROPERTY_NEXO_EVENT_URLS)
207207
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
208208
public List<String> getNexoEventUrls() {
@@ -213,9 +213,9 @@ public List<String> getNexoEventUrls() {
213213
* One or more URLs to send event messages to when using Terminal API.
214214
*
215215
* @param nexoEventUrls One or more URLs to send event messages to when using Terminal API.
216-
* @deprecated since Management API v1 Use &#x60;eventUrls&#x60; instead.
216+
* @deprecated since Management API v1 Use `eventUrls` instead.
217217
*/
218-
@Deprecated // deprecated since Management API v1: Use `eventUrls` instead.
218+
@Deprecated
219219
@JsonProperty(JSON_PROPERTY_NEXO_EVENT_URLS)
220220
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
221221
public void setNexoEventUrls(List<String> nexoEventUrls) {

src/main/java/com/adyen/model/management/UpdatePaymentMethodInfo.java

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,8 @@ public class UpdatePaymentMethodInfo {
203203
private boolean isSetStoreId = false;
204204

205205
public static final String JSON_PROPERTY_STORE_IDS = "storeIds";
206-
@Deprecated // deprecated since Management API v3: Use `storeId` instead. Only one store per
207-
// payment method is allowed.
208-
private List<String> storeIds;
206+
/* deprecated since Management API v3: Use `storeId` instead. Only one store per payment method is allowed. */
207+
@Deprecated private List<String> storeIds;
209208

210209
/** Mark when the attribute has been explicitly set. */
211210
private boolean isSetStoreIds = false;
@@ -1143,11 +1142,10 @@ public void setStoreId(String storeId) {
11431142
*
11441143
* @param storeIds The list of stores for this payment method
11451144
* @return the current {@code UpdatePaymentMethodInfo} instance, allowing for method chaining
1146-
* @deprecated since Management API v3 Use &#x60;storeId&#x60; instead. Only one store per payment
1147-
* method is allowed.
1145+
* @deprecated since Management API v3 Use `storeId` instead. Only one store per payment method is
1146+
* allowed.
11481147
*/
1149-
@Deprecated // deprecated since Management API v3: Use `storeId` instead. Only one store per
1150-
// payment method is allowed.
1148+
@Deprecated
11511149
public UpdatePaymentMethodInfo storeIds(List<String> storeIds) {
11521150
this.storeIds = storeIds;
11531151
isSetStoreIds = true; // mark as set
@@ -1166,11 +1164,10 @@ public UpdatePaymentMethodInfo addStoreIdsItem(String storeIdsItem) {
11661164
* The list of stores for this payment method
11671165
*
11681166
* @return storeIds The list of stores for this payment method
1169-
* @deprecated // deprecated since Management API v3: Use `storeId` instead. Only one store per
1170-
* payment method is allowed.
1167+
* @deprecated since Management API v3 Use `storeId` instead. Only one store per payment method is
1168+
* allowed.
11711169
*/
1172-
@Deprecated // deprecated since Management API v3: Use `storeId` instead. Only one store per
1173-
// payment method is allowed.
1170+
@Deprecated
11741171
@JsonProperty(JSON_PROPERTY_STORE_IDS)
11751172
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
11761173
public List<String> getStoreIds() {
@@ -1181,11 +1178,10 @@ public List<String> getStoreIds() {
11811178
* The list of stores for this payment method
11821179
*
11831180
* @param storeIds The list of stores for this payment method
1184-
* @deprecated since Management API v3 Use &#x60;storeId&#x60; instead. Only one store per payment
1185-
* method is allowed.
1181+
* @deprecated since Management API v3 Use `storeId` instead. Only one store per payment method is
1182+
* allowed.
11861183
*/
1187-
@Deprecated // deprecated since Management API v3: Use `storeId` instead. Only one store per
1188-
// payment method is allowed.
1184+
@Deprecated
11891185
@JsonProperty(JSON_PROPERTY_STORE_IDS)
11901186
@JsonInclude(value = JsonInclude.Include.USE_DEFAULTS)
11911187
public void setStoreIds(List<String> storeIds) {

0 commit comments

Comments
 (0)