Skip to content

Commit f033b58

Browse files
author
Azure DevOps
committed
Auto generated by swagger-codegen-cli
1 parent 3f86e07 commit f033b58

860 files changed

Lines changed: 894 additions & 894 deletions

File tree

Some content is hidden

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Flipdish Open API v1.0
44
- API version: v1.0
5-
- Build date: 2026-04-17T07:41:29.908Z
5+
- Build date: 2026-04-17T08:50:59.160Z
66

77
No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
88

docs/MenuZonesApi.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ OAuth oauth2 = (OAuth) defaultClient.getAuthentication("oauth2");
9292
oauth2.setAccessToken("YOUR ACCESS TOKEN");
9393

9494
MenuZonesApi apiInstance = new MenuZonesApi();
95-
Integer menuId = 56; // Integer |
95+
Integer menuId = 56; // Integer | Menu id.
9696
Integer menuZoneId = 56; // Integer | The menu zone id.
9797
try {
9898
apiInstance.deleteMenuZone(menuId, menuZoneId);
@@ -106,7 +106,7 @@ try {
106106

107107
Name | Type | Description | Notes
108108
------------- | ------------- | ------------- | -------------
109-
**menuId** | **Integer**| |
109+
**menuId** | **Integer**| Menu id. |
110110
**menuZoneId** | **Integer**| The menu zone id. |
111111

112112
### Return type
@@ -144,7 +144,7 @@ OAuth oauth2 = (OAuth) defaultClient.getAuthentication("oauth2");
144144
oauth2.setAccessToken("YOUR ACCESS TOKEN");
145145

146146
MenuZonesApi apiInstance = new MenuZonesApi();
147-
Integer menuId = 56; // Integer |
147+
Integer menuId = 56; // Integer | Menu id.
148148
Integer menuZoneId = 56; // Integer | The zone Id/
149149
try {
150150
apiInstance.deleteMenuZoneImage(menuId, menuZoneId);
@@ -158,7 +158,7 @@ try {
158158

159159
Name | Type | Description | Notes
160160
------------- | ------------- | ------------- | -------------
161-
**menuId** | **Integer**| |
161+
**menuId** | **Integer**| Menu id. |
162162
**menuZoneId** | **Integer**| The zone Id/ |
163163

164164
### Return type
@@ -354,7 +354,7 @@ OAuth oauth2 = (OAuth) defaultClient.getAuthentication("oauth2");
354354
oauth2.setAccessToken("YOUR ACCESS TOKEN");
355355

356356
MenuZonesApi apiInstance = new MenuZonesApi();
357-
Integer menuId = 56; // Integer |
357+
Integer menuId = 56; // Integer | Menu id.
358358
Integer menuZoneId = 56; // Integer | The menu id.
359359
Integer menuSectionId = 56; // Integer | The menu section id.
360360
try {
@@ -369,7 +369,7 @@ try {
369369

370370
Name | Type | Description | Notes
371371
------------- | ------------- | ------------- | -------------
372-
**menuId** | **Integer**| |
372+
**menuId** | **Integer**| Menu id. |
373373
**menuZoneId** | **Integer**| The menu id. |
374374
**menuSectionId** | **Integer**| The menu section id. |
375375

@@ -408,7 +408,7 @@ OAuth oauth2 = (OAuth) defaultClient.getAuthentication("oauth2");
408408
oauth2.setAccessToken("YOUR ACCESS TOKEN");
409409

410410
MenuZonesApi apiInstance = new MenuZonesApi();
411-
Integer menuId = 56; // Integer |
411+
Integer menuId = 56; // Integer | Menu id.
412412
Integer menuZoneId = 56; // Integer | The zone id.
413413
String description = "description_example"; // String | The new description. Add as a raw string in the request, without any JSON wrapper.
414414
try {
@@ -423,7 +423,7 @@ try {
423423

424424
Name | Type | Description | Notes
425425
------------- | ------------- | ------------- | -------------
426-
**menuId** | **Integer**| |
426+
**menuId** | **Integer**| Menu id. |
427427
**menuZoneId** | **Integer**| The zone id. |
428428
**description** | **String**| The new description. Add as a raw string in the request, without any JSON wrapper. |
429429

@@ -462,7 +462,7 @@ OAuth oauth2 = (OAuth) defaultClient.getAuthentication("oauth2");
462462
oauth2.setAccessToken("YOUR ACCESS TOKEN");
463463

464464
MenuZonesApi apiInstance = new MenuZonesApi();
465-
Integer menuId = 56; // Integer |
465+
Integer menuId = 56; // Integer | Menu id.
466466
Integer menuZoneId = 56; // Integer | The menu zone id.
467467
String menuZoneName = "menuZoneName_example"; // String | The new name.
468468
try {
@@ -477,7 +477,7 @@ try {
477477

478478
Name | Type | Description | Notes
479479
------------- | ------------- | ------------- | -------------
480-
**menuId** | **Integer**| |
480+
**menuId** | **Integer**| Menu id. |
481481
**menuZoneId** | **Integer**| The menu zone id. |
482482
**menuZoneName** | **String**| The new name. |
483483

@@ -570,7 +570,7 @@ OAuth oauth2 = (OAuth) defaultClient.getAuthentication("oauth2");
570570
oauth2.setAccessToken("YOUR ACCESS TOKEN");
571571

572572
MenuZonesApi apiInstance = new MenuZonesApi();
573-
Integer menuId = 56; // Integer |
573+
Integer menuId = 56; // Integer | Menu id.
574574
Integer menuZoneId = 56; // Integer | The zone id.
575575
List<HttpPostedFileBase> file = Arrays.asList(new HttpPostedFileBase()); // List<HttpPostedFileBase> | The file to upload.
576576
try {
@@ -585,7 +585,7 @@ try {
585585

586586
Name | Type | Description | Notes
587587
------------- | ------------- | ------------- | -------------
588-
**menuId** | **Integer**| |
588+
**menuId** | **Integer**| Menu id. |
589589
**menuZoneId** | **Integer**| The zone id. |
590590
**file** | [**List&lt;HttpPostedFileBase&gt;**](HttpPostedFileBase.md)| The file to upload. |
591591

src/main/java/com/flipdish/apiclient/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.util.Map;
1717
import java.util.List;
1818

19-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-04-17T07:41:29.908Z")
19+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-04-17T08:50:59.160Z")
2020
public class ApiException extends Exception {
2121
private int code = 0;
2222
private Map<String, List<String>> responseHeaders = null;

src/main/java/com/flipdish/apiclient/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package com.flipdish.apiclient;
1515

16-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-04-17T07:41:29.908Z")
16+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-04-17T08:50:59.160Z")
1717
public class Configuration {
1818
private static ApiClient defaultApiClient = new ApiClient();
1919

src/main/java/com/flipdish/apiclient/Pair.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package com.flipdish.apiclient;
1515

16-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-04-17T07:41:29.908Z")
16+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-04-17T08:50:59.160Z")
1717
public class Pair {
1818
private String name = "";
1919
private String value = "";

src/main/java/com/flipdish/apiclient/StringUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package com.flipdish.apiclient;
1515

16-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-04-17T07:41:29.908Z")
16+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-04-17T08:50:59.160Z")
1717
public class StringUtil {
1818
/**
1919
* Check if the given array contains the given value (with case-insensitive comparison).

src/main/java/com/flipdish/apiclient/api/MenuZonesApi.java

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public void onRequestProgress(long bytesWritten, long contentLength, boolean don
202202
}
203203
/**
204204
* Build call for deleteMenuZone
205-
* @param menuId (required)
205+
* @param menuId Menu id. (required)
206206
* @param menuZoneId The menu zone id. (required)
207207
* @param progressListener Progress listener
208208
* @param progressRequestListener Progress request listener
@@ -277,7 +277,7 @@ private com.squareup.okhttp.Call deleteMenuZoneValidateBeforeCall(Integer menuId
277277
/**
278278
* Deletes a menu zone.
279279
*
280-
* @param menuId (required)
280+
* @param menuId Menu id. (required)
281281
* @param menuZoneId The menu zone id. (required)
282282
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
283283
*/
@@ -288,7 +288,7 @@ public void deleteMenuZone(Integer menuId, Integer menuZoneId) throws ApiExcepti
288288
/**
289289
* Deletes a menu zone.
290290
*
291-
* @param menuId (required)
291+
* @param menuId Menu id. (required)
292292
* @param menuZoneId The menu zone id. (required)
293293
* @return ApiResponse&lt;Void&gt;
294294
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
@@ -301,7 +301,7 @@ public ApiResponse<Void> deleteMenuZoneWithHttpInfo(Integer menuId, Integer menu
301301
/**
302302
* Deletes a menu zone. (asynchronously)
303303
*
304-
* @param menuId (required)
304+
* @param menuId Menu id. (required)
305305
* @param menuZoneId The menu zone id. (required)
306306
* @param callback The callback to be executed when the API call finishes
307307
* @return The request call
@@ -334,7 +334,7 @@ public void onRequestProgress(long bytesWritten, long contentLength, boolean don
334334
}
335335
/**
336336
* Build call for deleteMenuZoneImage
337-
* @param menuId (required)
337+
* @param menuId Menu id. (required)
338338
* @param menuZoneId The zone Id/ (required)
339339
* @param progressListener Progress listener
340340
* @param progressRequestListener Progress request listener
@@ -409,7 +409,7 @@ private com.squareup.okhttp.Call deleteMenuZoneImageValidateBeforeCall(Integer m
409409
/**
410410
* Deletes a menu zone image.
411411
*
412-
* @param menuId (required)
412+
* @param menuId Menu id. (required)
413413
* @param menuZoneId The zone Id/ (required)
414414
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
415415
*/
@@ -420,7 +420,7 @@ public void deleteMenuZoneImage(Integer menuId, Integer menuZoneId) throws ApiEx
420420
/**
421421
* Deletes a menu zone image.
422422
*
423-
* @param menuId (required)
423+
* @param menuId Menu id. (required)
424424
* @param menuZoneId The zone Id/ (required)
425425
* @return ApiResponse&lt;Void&gt;
426426
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
@@ -433,7 +433,7 @@ public ApiResponse<Void> deleteMenuZoneImageWithHttpInfo(Integer menuId, Integer
433433
/**
434434
* Deletes a menu zone image. (asynchronously)
435435
*
436-
* @param menuId (required)
436+
* @param menuId Menu id. (required)
437437
* @param menuZoneId The zone Id/ (required)
438438
* @param callback The callback to be executed when the API call finishes
439439
* @return The request call
@@ -870,7 +870,7 @@ public void onRequestProgress(long bytesWritten, long contentLength, boolean don
870870
}
871871
/**
872872
* Build call for setMenuSectionMenuZone
873-
* @param menuId (required)
873+
* @param menuId Menu id. (required)
874874
* @param menuZoneId The menu id. (required)
875875
* @param menuSectionId The menu section id. (required)
876876
* @param progressListener Progress listener
@@ -952,7 +952,7 @@ private com.squareup.okhttp.Call setMenuSectionMenuZoneValidateBeforeCall(Intege
952952
/**
953953
* Assigns a zone to a menu section.
954954
*
955-
* @param menuId (required)
955+
* @param menuId Menu id. (required)
956956
* @param menuZoneId The menu id. (required)
957957
* @param menuSectionId The menu section id. (required)
958958
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
@@ -964,7 +964,7 @@ public void setMenuSectionMenuZone(Integer menuId, Integer menuZoneId, Integer m
964964
/**
965965
* Assigns a zone to a menu section.
966966
*
967-
* @param menuId (required)
967+
* @param menuId Menu id. (required)
968968
* @param menuZoneId The menu id. (required)
969969
* @param menuSectionId The menu section id. (required)
970970
* @return ApiResponse&lt;Void&gt;
@@ -978,7 +978,7 @@ public ApiResponse<Void> setMenuSectionMenuZoneWithHttpInfo(Integer menuId, Inte
978978
/**
979979
* Assigns a zone to a menu section. (asynchronously)
980980
*
981-
* @param menuId (required)
981+
* @param menuId Menu id. (required)
982982
* @param menuZoneId The menu id. (required)
983983
* @param menuSectionId The menu section id. (required)
984984
* @param callback The callback to be executed when the API call finishes
@@ -1012,7 +1012,7 @@ public void onRequestProgress(long bytesWritten, long contentLength, boolean don
10121012
}
10131013
/**
10141014
* Build call for setMenuZoneDescription
1015-
* @param menuId (required)
1015+
* @param menuId Menu id. (required)
10161016
* @param menuZoneId The zone id. (required)
10171017
* @param description The new description. Add as a raw string in the request, without any JSON wrapper. (required)
10181018
* @param progressListener Progress listener
@@ -1093,7 +1093,7 @@ private com.squareup.okhttp.Call setMenuZoneDescriptionValidateBeforeCall(Intege
10931093
/**
10941094
* Sets the description of a menu zone.
10951095
*
1096-
* @param menuId (required)
1096+
* @param menuId Menu id. (required)
10971097
* @param menuZoneId The zone id. (required)
10981098
* @param description The new description. Add as a raw string in the request, without any JSON wrapper. (required)
10991099
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
@@ -1105,7 +1105,7 @@ public void setMenuZoneDescription(Integer menuId, Integer menuZoneId, String de
11051105
/**
11061106
* Sets the description of a menu zone.
11071107
*
1108-
* @param menuId (required)
1108+
* @param menuId Menu id. (required)
11091109
* @param menuZoneId The zone id. (required)
11101110
* @param description The new description. Add as a raw string in the request, without any JSON wrapper. (required)
11111111
* @return ApiResponse&lt;Void&gt;
@@ -1119,7 +1119,7 @@ public ApiResponse<Void> setMenuZoneDescriptionWithHttpInfo(Integer menuId, Inte
11191119
/**
11201120
* Sets the description of a menu zone. (asynchronously)
11211121
*
1122-
* @param menuId (required)
1122+
* @param menuId Menu id. (required)
11231123
* @param menuZoneId The zone id. (required)
11241124
* @param description The new description. Add as a raw string in the request, without any JSON wrapper. (required)
11251125
* @param callback The callback to be executed when the API call finishes
@@ -1153,7 +1153,7 @@ public void onRequestProgress(long bytesWritten, long contentLength, boolean don
11531153
}
11541154
/**
11551155
* Build call for setMenuZoneName
1156-
* @param menuId (required)
1156+
* @param menuId Menu id. (required)
11571157
* @param menuZoneId The menu zone id. (required)
11581158
* @param menuZoneName The new name. (required)
11591159
* @param progressListener Progress listener
@@ -1235,7 +1235,7 @@ private com.squareup.okhttp.Call setMenuZoneNameValidateBeforeCall(Integer menuI
12351235
/**
12361236
* Sets the name of a menu zone.
12371237
*
1238-
* @param menuId (required)
1238+
* @param menuId Menu id. (required)
12391239
* @param menuZoneId The menu zone id. (required)
12401240
* @param menuZoneName The new name. (required)
12411241
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
@@ -1247,7 +1247,7 @@ public void setMenuZoneName(Integer menuId, Integer menuZoneId, String menuZoneN
12471247
/**
12481248
* Sets the name of a menu zone.
12491249
*
1250-
* @param menuId (required)
1250+
* @param menuId Menu id. (required)
12511251
* @param menuZoneId The menu zone id. (required)
12521252
* @param menuZoneName The new name. (required)
12531253
* @return ApiResponse&lt;Void&gt;
@@ -1261,7 +1261,7 @@ public ApiResponse<Void> setMenuZoneNameWithHttpInfo(Integer menuId, Integer men
12611261
/**
12621262
* Sets the name of a menu zone. (asynchronously)
12631263
*
1264-
* @param menuId (required)
1264+
* @param menuId Menu id. (required)
12651265
* @param menuZoneId The menu zone id. (required)
12661266
* @param menuZoneName The new name. (required)
12671267
* @param callback The callback to be executed when the API call finishes
@@ -1436,7 +1436,7 @@ public void onRequestProgress(long bytesWritten, long contentLength, boolean don
14361436
}
14371437
/**
14381438
* Build call for uploadMenuZoneImage
1439-
* @param menuId (required)
1439+
* @param menuId Menu id. (required)
14401440
* @param menuZoneId The zone id. (required)
14411441
* @param file The file to upload. (required)
14421442
* @param progressListener Progress listener
@@ -1517,7 +1517,7 @@ private com.squareup.okhttp.Call uploadMenuZoneImageValidateBeforeCall(Integer m
15171517
/**
15181518
* Uploads an image for a menu zone.
15191519
*
1520-
* @param menuId (required)
1520+
* @param menuId Menu id. (required)
15211521
* @param menuZoneId The zone id. (required)
15221522
* @param file The file to upload. (required)
15231523
* @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the response body
@@ -1529,7 +1529,7 @@ public void uploadMenuZoneImage(Integer menuId, Integer menuZoneId, List<HttpPos
15291529
/**
15301530
* Uploads an image for a menu zone.
15311531
*
1532-
* @param menuId (required)
1532+
* @param menuId Menu id. (required)
15331533
* @param menuZoneId The zone id. (required)
15341534
* @param file The file to upload. (required)
15351535
* @return ApiResponse&lt;Void&gt;
@@ -1543,7 +1543,7 @@ public ApiResponse<Void> uploadMenuZoneImageWithHttpInfo(Integer menuId, Integer
15431543
/**
15441544
* Uploads an image for a menu zone. (asynchronously)
15451545
*
1546-
* @param menuId (required)
1546+
* @param menuId Menu id. (required)
15471547
* @param menuZoneId The zone id. (required)
15481548
* @param file The file to upload. (required)
15491549
* @param callback The callback to be executed when the API call finishes

src/main/java/com/flipdish/apiclient/auth/ApiKeyAuth.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import java.util.Map;
1919
import java.util.List;
2020

21-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-04-17T07:41:29.908Z")
21+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-04-17T08:50:59.160Z")
2222
public class ApiKeyAuth implements Authentication {
2323
private final String location;
2424
private final String paramName;

src/main/java/com/flipdish/apiclient/auth/OAuth.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import java.util.Map;
1919
import java.util.List;
2020

21-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-04-17T07:41:29.908Z")
21+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-04-17T08:50:59.160Z")
2222
public class OAuth implements Authentication {
2323
private String accessToken;
2424

src/main/java/com/flipdish/apiclient/model/Accept.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
* Accept
2929
*/
3030
@ApiModel(description = "Accept")
31-
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-04-17T07:41:29.908Z")
31+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-04-17T08:50:59.160Z")
3232
public class Accept {
3333
@SerializedName("EstimatedMinutesForDelivery")
3434
private Integer estimatedMinutesForDelivery = null;

0 commit comments

Comments
 (0)