Skip to content

Commit f652ea5

Browse files
author
Azure DevOps
committed
Auto generated by swagger-codegen-cli
1 parent 9a621fd commit f652ea5

845 files changed

Lines changed: 842 additions & 1442 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 & 4 deletions
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-02-17T14:23:13.239Z
5+
- Build date: 2026-02-18T12:27:58.932Z
66

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

@@ -421,9 +421,6 @@ Class | Method | HTTP request | Description
421421
*MenusApi* | [**getMenusCheckpoints**](docs/MenusApi.md#getMenusCheckpoints) | **GET** /api/v1.0/menus/{menuId}/checkpoints | Get a Menus Checkpoints
422422
*MenusApi* | [**menusDeleteTaxRate**](docs/MenusApi.md#menusDeleteTaxRate) | **DELETE** /api/v1.0/menus/{menuId}/tax/{taxId} | Remove a Menus Tax Rate, can only remove a tax rate that does not have items/optionSetItems attached
423423
*MenusApi* | [**menusGetMenuBulkShowHide**](docs/MenusApi.md#menusGetMenuBulkShowHide) | **GET** /api/v1.0/menus/{menuId}/bulkshowhide/list | Get bulk show/hide menu items and option set items
424-
*MenusApi* | [**menusIsWhiteLabelMigratedToRms**](docs/MenusApi.md#menusIsWhiteLabelMigratedToRms) | **GET** /api/v1.0/menus/isWhiteLabelMigratedToRms | PRIVATE API, TEMPORARY ENDPOINT RMS can check if a white label is migrated to RMS
425-
*MenusApi* | [**menusMarkWhiteLabelAsMigratedToRms**](docs/MenusApi.md#menusMarkWhiteLabelAsMigratedToRms) | **POST** /api/v1.0/menus/markWhiteLabelAsMigratedToRms | PRIVATE API, TEMPORARY ENDPOINT RMS can set the white label as migrated to RMS, which will block all Menu editing operations via Zeus
426-
*MenusApi* | [**menusMarkWhiteLabelAsNotMigratedToRms**](docs/MenusApi.md#menusMarkWhiteLabelAsNotMigratedToRms) | **POST** /api/v1.0/menus/markWhiteLabelAsNotMigratedToRms | PRIVATE API, TEMPORARY ENDPOINT RMS can set the white label as NOT migrated to RMS, which will unblock all Menu editing operations via Zeus
427424
*MenusApi* | [**menusSetDisplayOnMenuTax**](docs/MenusApi.md#menusSetDisplayOnMenuTax) | **POST** /api/v1.0/menus/{menuId}/tax/show/{show} | Set if tax shows for a Menu
428425
*MenusApi* | [**menusSetItemDisplayOrders**](docs/MenusApi.md#menusSetItemDisplayOrders) | **POST** /api/v1.0/menus/{menuId}/sectiondisplayorders | Re-arrange Sections within a Menu
429426
*MenusApi* | [**menusShowHideBulkItems**](docs/MenusApi.md#menusShowHideBulkItems) | **POST** /api/v1.0/menus/{menuId}/bulkshowhide | Bulk show/hide menu items or option set items

docs/MenusApi.md

Lines changed: 0 additions & 162 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ Method | HTTP request | Description
2222
[**getMenusCheckpoints**](MenusApi.md#getMenusCheckpoints) | **GET** /api/v1.0/menus/{menuId}/checkpoints | Get a Menus Checkpoints
2323
[**menusDeleteTaxRate**](MenusApi.md#menusDeleteTaxRate) | **DELETE** /api/v1.0/menus/{menuId}/tax/{taxId} | Remove a Menus Tax Rate, can only remove a tax rate that does not have items/optionSetItems attached
2424
[**menusGetMenuBulkShowHide**](MenusApi.md#menusGetMenuBulkShowHide) | **GET** /api/v1.0/menus/{menuId}/bulkshowhide/list | Get bulk show/hide menu items and option set items
25-
[**menusIsWhiteLabelMigratedToRms**](MenusApi.md#menusIsWhiteLabelMigratedToRms) | **GET** /api/v1.0/menus/isWhiteLabelMigratedToRms | PRIVATE API, TEMPORARY ENDPOINT RMS can check if a white label is migrated to RMS
26-
[**menusMarkWhiteLabelAsMigratedToRms**](MenusApi.md#menusMarkWhiteLabelAsMigratedToRms) | **POST** /api/v1.0/menus/markWhiteLabelAsMigratedToRms | PRIVATE API, TEMPORARY ENDPOINT RMS can set the white label as migrated to RMS, which will block all Menu editing operations via Zeus
27-
[**menusMarkWhiteLabelAsNotMigratedToRms**](MenusApi.md#menusMarkWhiteLabelAsNotMigratedToRms) | **POST** /api/v1.0/menus/markWhiteLabelAsNotMigratedToRms | PRIVATE API, TEMPORARY ENDPOINT RMS can set the white label as NOT migrated to RMS, which will unblock all Menu editing operations via Zeus
2825
[**menusSetDisplayOnMenuTax**](MenusApi.md#menusSetDisplayOnMenuTax) | **POST** /api/v1.0/menus/{menuId}/tax/show/{show} | Set if tax shows for a Menu
2926
[**menusSetItemDisplayOrders**](MenusApi.md#menusSetItemDisplayOrders) | **POST** /api/v1.0/menus/{menuId}/sectiondisplayorders | Re-arrange Sections within a Menu
3027
[**menusShowHideBulkItems**](MenusApi.md#menusShowHideBulkItems) | **POST** /api/v1.0/menus/{menuId}/bulkshowhide | Bulk show/hide menu items or option set items
@@ -987,165 +984,6 @@ Name | Type | Description | Notes
987984

988985
[oauth2](../README.md#oauth2)
989986

990-
### HTTP request headers
991-
992-
- **Content-Type**: Not defined
993-
- **Accept**: application/json, text/json, application/xml, text/xml
994-
995-
<a name="menusIsWhiteLabelMigratedToRms"></a>
996-
# **menusIsWhiteLabelMigratedToRms**
997-
> Object menusIsWhiteLabelMigratedToRms(whiteLabelId, appId)
998-
999-
PRIVATE API, TEMPORARY ENDPOINT RMS can check if a white label is migrated to RMS
1000-
1001-
### Example
1002-
```java
1003-
// Import classes:
1004-
//import com.flipdish.apiclient.ApiClient;
1005-
//import com.flipdish.apiclient.ApiException;
1006-
//import com.flipdish.apiclient.Configuration;
1007-
//import com.flipdish.apiclient.auth.*;
1008-
//import com.flipdish.apiclient.api.MenusApi;
1009-
1010-
ApiClient defaultClient = Configuration.getDefaultApiClient();
1011-
1012-
// Configure OAuth2 access token for authorization: oauth2
1013-
OAuth oauth2 = (OAuth) defaultClient.getAuthentication("oauth2");
1014-
oauth2.setAccessToken("YOUR ACCESS TOKEN");
1015-
1016-
MenusApi apiInstance = new MenusApi();
1017-
Integer whiteLabelId = 56; // Integer | white label id (integer)
1018-
String appId = "appId_example"; // String | appId (string)
1019-
try {
1020-
Object result = apiInstance.menusIsWhiteLabelMigratedToRms(whiteLabelId, appId);
1021-
System.out.println(result);
1022-
} catch (ApiException e) {
1023-
System.err.println("Exception when calling MenusApi#menusIsWhiteLabelMigratedToRms");
1024-
e.printStackTrace();
1025-
}
1026-
```
1027-
1028-
### Parameters
1029-
1030-
Name | Type | Description | Notes
1031-
------------- | ------------- | ------------- | -------------
1032-
**whiteLabelId** | **Integer**| white label id (integer) | [optional]
1033-
**appId** | **String**| appId (string) | [optional]
1034-
1035-
### Return type
1036-
1037-
**Object**
1038-
1039-
### Authorization
1040-
1041-
[oauth2](../README.md#oauth2)
1042-
1043-
### HTTP request headers
1044-
1045-
- **Content-Type**: Not defined
1046-
- **Accept**: application/json, text/json, application/xml, text/xml
1047-
1048-
<a name="menusMarkWhiteLabelAsMigratedToRms"></a>
1049-
# **menusMarkWhiteLabelAsMigratedToRms**
1050-
> Object menusMarkWhiteLabelAsMigratedToRms(whiteLabelId, appId)
1051-
1052-
PRIVATE API, TEMPORARY ENDPOINT RMS can set the white label as migrated to RMS, which will block all Menu editing operations via Zeus
1053-
1054-
### Example
1055-
```java
1056-
// Import classes:
1057-
//import com.flipdish.apiclient.ApiClient;
1058-
//import com.flipdish.apiclient.ApiException;
1059-
//import com.flipdish.apiclient.Configuration;
1060-
//import com.flipdish.apiclient.auth.*;
1061-
//import com.flipdish.apiclient.api.MenusApi;
1062-
1063-
ApiClient defaultClient = Configuration.getDefaultApiClient();
1064-
1065-
// Configure OAuth2 access token for authorization: oauth2
1066-
OAuth oauth2 = (OAuth) defaultClient.getAuthentication("oauth2");
1067-
oauth2.setAccessToken("YOUR ACCESS TOKEN");
1068-
1069-
MenusApi apiInstance = new MenusApi();
1070-
Integer whiteLabelId = 56; // Integer | white label id (integer)
1071-
String appId = "appId_example"; // String | appId (string)
1072-
try {
1073-
Object result = apiInstance.menusMarkWhiteLabelAsMigratedToRms(whiteLabelId, appId);
1074-
System.out.println(result);
1075-
} catch (ApiException e) {
1076-
System.err.println("Exception when calling MenusApi#menusMarkWhiteLabelAsMigratedToRms");
1077-
e.printStackTrace();
1078-
}
1079-
```
1080-
1081-
### Parameters
1082-
1083-
Name | Type | Description | Notes
1084-
------------- | ------------- | ------------- | -------------
1085-
**whiteLabelId** | **Integer**| white label id (integer) | [optional]
1086-
**appId** | **String**| appId (string) | [optional]
1087-
1088-
### Return type
1089-
1090-
**Object**
1091-
1092-
### Authorization
1093-
1094-
[oauth2](../README.md#oauth2)
1095-
1096-
### HTTP request headers
1097-
1098-
- **Content-Type**: Not defined
1099-
- **Accept**: application/json, text/json, application/xml, text/xml
1100-
1101-
<a name="menusMarkWhiteLabelAsNotMigratedToRms"></a>
1102-
# **menusMarkWhiteLabelAsNotMigratedToRms**
1103-
> Object menusMarkWhiteLabelAsNotMigratedToRms(whiteLabelId, appId)
1104-
1105-
PRIVATE API, TEMPORARY ENDPOINT RMS can set the white label as NOT migrated to RMS, which will unblock all Menu editing operations via Zeus
1106-
1107-
### Example
1108-
```java
1109-
// Import classes:
1110-
//import com.flipdish.apiclient.ApiClient;
1111-
//import com.flipdish.apiclient.ApiException;
1112-
//import com.flipdish.apiclient.Configuration;
1113-
//import com.flipdish.apiclient.auth.*;
1114-
//import com.flipdish.apiclient.api.MenusApi;
1115-
1116-
ApiClient defaultClient = Configuration.getDefaultApiClient();
1117-
1118-
// Configure OAuth2 access token for authorization: oauth2
1119-
OAuth oauth2 = (OAuth) defaultClient.getAuthentication("oauth2");
1120-
oauth2.setAccessToken("YOUR ACCESS TOKEN");
1121-
1122-
MenusApi apiInstance = new MenusApi();
1123-
Integer whiteLabelId = 56; // Integer | white label id (integer)
1124-
String appId = "appId_example"; // String | appId (string)
1125-
try {
1126-
Object result = apiInstance.menusMarkWhiteLabelAsNotMigratedToRms(whiteLabelId, appId);
1127-
System.out.println(result);
1128-
} catch (ApiException e) {
1129-
System.err.println("Exception when calling MenusApi#menusMarkWhiteLabelAsNotMigratedToRms");
1130-
e.printStackTrace();
1131-
}
1132-
```
1133-
1134-
### Parameters
1135-
1136-
Name | Type | Description | Notes
1137-
------------- | ------------- | ------------- | -------------
1138-
**whiteLabelId** | **Integer**| white label id (integer) | [optional]
1139-
**appId** | **String**| appId (string) | [optional]
1140-
1141-
### Return type
1142-
1143-
**Object**
1144-
1145-
### Authorization
1146-
1147-
[oauth2](../README.md#oauth2)
1148-
1149987
### HTTP request headers
1150988

1151989
- **Content-Type**: Not defined

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-02-17T14:23:13.239Z")
19+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-02-18T12:27:58.932Z")
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-02-17T14:23:13.239Z")
16+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-02-18T12:27:58.932Z")
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-02-17T14:23:13.239Z")
16+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-02-18T12:27:58.932Z")
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-02-17T14:23:13.239Z")
16+
@javax.annotation.Generated(value = "io.swagger.codegen.languages.JavaClientCodegen", date = "2026-02-18T12:27:58.932Z")
1717
public class StringUtil {
1818
/**
1919
* Check if the given array contains the given value (with case-insensitive comparison).

0 commit comments

Comments
 (0)