@@ -105,7 +105,7 @@ public PostContactInfo addContactToList(Long listId, AddContactToListRequest add
105105
106106 // create path and map variables
107107 String localVarPath = "/contacts/lists/{listId}/contacts/add"
108- .replaceAll ("\\ {" + "listId" + "\\ }" , apiClient .escapeString (listId . toString ( )));
108+ .replaceAll ("\\ {" + "listId" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( listId )));
109109
110110 StringJoiner localVarQueryStringJoiner = new StringJoiner ("&" );
111111 String localVarQueryParameterBaseName ;
@@ -192,8 +192,8 @@ public void createAttribute(String attributeCategory, String attributeName, Crea
192192
193193 // create path and map variables
194194 String localVarPath = "/contacts/attributes/{attributeCategory}/{attributeName}"
195- .replaceAll ("\\ {" + "attributeCategory" + "\\ }" , apiClient .escapeString (attributeCategory . toString ( )))
196- .replaceAll ("\\ {" + "attributeName" + "\\ }" , apiClient .escapeString (attributeName . toString ( )));
195+ .replaceAll ("\\ {" + "attributeCategory" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( attributeCategory )))
196+ .replaceAll ("\\ {" + "attributeName" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( attributeName )));
197197
198198 StringJoiner localVarQueryStringJoiner = new StringJoiner ("&" );
199199 String localVarQueryParameterBaseName ;
@@ -565,8 +565,8 @@ public void deleteAttribute(String attributeCategory, String attributeName, Map<
565565
566566 // create path and map variables
567567 String localVarPath = "/contacts/attributes/{attributeCategory}/{attributeName}"
568- .replaceAll ("\\ {" + "attributeCategory" + "\\ }" , apiClient .escapeString (attributeCategory . toString ( )))
569- .replaceAll ("\\ {" + "attributeName" + "\\ }" , apiClient .escapeString (attributeName . toString ( )));
568+ .replaceAll ("\\ {" + "attributeCategory" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( attributeCategory )))
569+ .replaceAll ("\\ {" + "attributeName" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( attributeName )));
570570
571571 StringJoiner localVarQueryStringJoiner = new StringJoiner ("&" );
572572 String localVarQueryParameterBaseName ;
@@ -638,7 +638,7 @@ public void deleteContact(GetContactInfoIdentifierParameter identifier, Map<Stri
638638
639639 // create path and map variables
640640 String localVarPath = "/contacts/{identifier}"
641- .replaceAll ("\\ {" + "identifier" + "\\ }" , apiClient .escapeString (identifier . toString ( )));
641+ .replaceAll ("\\ {" + "identifier" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( identifier )));
642642
643643 StringJoiner localVarQueryStringJoiner = new StringJoiner ("&" );
644644 String localVarQueryParameterBaseName ;
@@ -710,7 +710,7 @@ public void deleteFolder(Long folderId, Map<String, String> additionalHeaders) t
710710
711711 // create path and map variables
712712 String localVarPath = "/contacts/folders/{folderId}"
713- .replaceAll ("\\ {" + "folderId" + "\\ }" , apiClient .escapeString (folderId . toString ( )));
713+ .replaceAll ("\\ {" + "folderId" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( folderId )));
714714
715715 StringJoiner localVarQueryStringJoiner = new StringJoiner ("&" );
716716 String localVarQueryParameterBaseName ;
@@ -782,7 +782,7 @@ public void deleteList(Long listId, Map<String, String> additionalHeaders) throw
782782
783783 // create path and map variables
784784 String localVarPath = "/contacts/lists/{listId}"
785- .replaceAll ("\\ {" + "listId" + "\\ }" , apiClient .escapeString (listId . toString ( )));
785+ .replaceAll ("\\ {" + "listId" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( listId )));
786786
787787 StringJoiner localVarQueryStringJoiner = new StringJoiner ("&" );
788788 String localVarQueryParameterBaseName ;
@@ -927,7 +927,7 @@ public GetExtendedContactDetails getContactInfo(GetContactInfoIdentifierParamete
927927
928928 // create path and map variables
929929 String localVarPath = "/contacts/{identifier}"
930- .replaceAll ("\\ {" + "identifier" + "\\ }" , apiClient .escapeString (identifier . toString ( )));
930+ .replaceAll ("\\ {" + "identifier" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( identifier )));
931931
932932 StringJoiner localVarQueryStringJoiner = new StringJoiner ("&" );
933933 String localVarQueryParameterBaseName ;
@@ -1008,7 +1008,7 @@ public GetContactCampaignStats getContactStats(GetContactInfoIdentifierParameter
10081008
10091009 // create path and map variables
10101010 String localVarPath = "/contacts/{identifier}/campaignStats"
1011- .replaceAll ("\\ {" + "identifier" + "\\ }" , apiClient .escapeString (identifier . toString ( )));
1011+ .replaceAll ("\\ {" + "identifier" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( identifier )));
10121012
10131013 StringJoiner localVarQueryStringJoiner = new StringJoiner ("&" );
10141014 String localVarQueryParameterBaseName ;
@@ -1181,7 +1181,7 @@ public GetContacts getContactsFromList(Long listId, String modifiedSince, Long l
11811181
11821182 // create path and map variables
11831183 String localVarPath = "/contacts/lists/{listId}/contacts"
1184- .replaceAll ("\\ {" + "listId" + "\\ }" , apiClient .escapeString (listId . toString ( )));
1184+ .replaceAll ("\\ {" + "listId" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( listId )));
11851185
11861186 StringJoiner localVarQueryStringJoiner = new StringJoiner ("&" );
11871187 String localVarQueryParameterBaseName ;
@@ -1260,7 +1260,7 @@ public GetFolder getFolder(Long folderId, Map<String, String> additionalHeaders)
12601260
12611261 // create path and map variables
12621262 String localVarPath = "/contacts/folders/{folderId}"
1263- .replaceAll ("\\ {" + "folderId" + "\\ }" , apiClient .escapeString (folderId . toString ( )));
1263+ .replaceAll ("\\ {" + "folderId" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( folderId )));
12641264
12651265 StringJoiner localVarQueryStringJoiner = new StringJoiner ("&" );
12661266 String localVarQueryParameterBaseName ;
@@ -1341,7 +1341,7 @@ public GetFolderLists getFolderLists(Long folderId, Long limit, Long offset, Str
13411341
13421342 // create path and map variables
13431343 String localVarPath = "/contacts/folders/{folderId}/lists"
1344- .replaceAll ("\\ {" + "folderId" + "\\ }" , apiClient .escapeString (folderId . toString ( )));
1344+ .replaceAll ("\\ {" + "folderId" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( folderId )));
13451345
13461346 StringJoiner localVarQueryStringJoiner = new StringJoiner ("&" );
13471347 String localVarQueryParameterBaseName ;
@@ -1509,7 +1509,7 @@ public GetExtendedList getList(Long listId, String startDate, String endDate, Ma
15091509
15101510 // create path and map variables
15111511 String localVarPath = "/contacts/lists/{listId}"
1512- .replaceAll ("\\ {" + "listId" + "\\ }" , apiClient .escapeString (listId . toString ( )));
1512+ .replaceAll ("\\ {" + "listId" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( listId )));
15131513
15141514 StringJoiner localVarQueryStringJoiner = new StringJoiner ("&" );
15151515 String localVarQueryParameterBaseName ;
@@ -1819,7 +1819,7 @@ public PostContactInfo removeContactFromList(Long listId, RemoveContactFromListR
18191819
18201820 // create path and map variables
18211821 String localVarPath = "/contacts/lists/{listId}/contacts/remove"
1822- .replaceAll ("\\ {" + "listId" + "\\ }" , apiClient .escapeString (listId . toString ( )));
1822+ .replaceAll ("\\ {" + "listId" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( listId )));
18231823
18241824 StringJoiner localVarQueryStringJoiner = new StringJoiner ("&" );
18251825 String localVarQueryParameterBaseName ;
@@ -1980,8 +1980,8 @@ public void updateAttribute(String attributeCategory, String attributeName, Upda
19801980
19811981 // create path and map variables
19821982 String localVarPath = "/contacts/attributes/{attributeCategory}/{attributeName}"
1983- .replaceAll ("\\ {" + "attributeCategory" + "\\ }" , apiClient .escapeString (attributeCategory . toString ( )))
1984- .replaceAll ("\\ {" + "attributeName" + "\\ }" , apiClient .escapeString (attributeName . toString ( )));
1983+ .replaceAll ("\\ {" + "attributeCategory" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( attributeCategory )))
1984+ .replaceAll ("\\ {" + "attributeName" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( attributeName )));
19851985
19861986 StringJoiner localVarQueryStringJoiner = new StringJoiner ("&" );
19871987 String localVarQueryParameterBaseName ;
@@ -2131,7 +2131,7 @@ public void updateContact(GetContactInfoIdentifierParameter identifier, UpdateCo
21312131
21322132 // create path and map variables
21332133 String localVarPath = "/contacts/{identifier}"
2134- .replaceAll ("\\ {" + "identifier" + "\\ }" , apiClient .escapeString (identifier . toString ( )));
2134+ .replaceAll ("\\ {" + "identifier" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( identifier )));
21352135
21362136 StringJoiner localVarQueryStringJoiner = new StringJoiner ("&" );
21372137 String localVarQueryParameterBaseName ;
@@ -2210,7 +2210,7 @@ public void updateFolder(Long folderId, CreateUpdateFolder updateFolder, Map<Str
22102210
22112211 // create path and map variables
22122212 String localVarPath = "/contacts/folders/{folderId}"
2213- .replaceAll ("\\ {" + "folderId" + "\\ }" , apiClient .escapeString (folderId . toString ( )));
2213+ .replaceAll ("\\ {" + "folderId" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( folderId )));
22142214
22152215 StringJoiner localVarQueryStringJoiner = new StringJoiner ("&" );
22162216 String localVarQueryParameterBaseName ;
@@ -2289,7 +2289,7 @@ public void updateList(Long listId, UpdateList updateList, Map<String, String> a
22892289
22902290 // create path and map variables
22912291 String localVarPath = "/contacts/lists/{listId}"
2292- .replaceAll ("\\ {" + "listId" + "\\ }" , apiClient .escapeString (listId . toString ( )));
2292+ .replaceAll ("\\ {" + "listId" + "\\ }" , apiClient .escapeString (apiClient . parameterToString ( listId )));
22932293
22942294 StringJoiner localVarQueryStringJoiner = new StringJoiner ("&" );
22952295 String localVarQueryParameterBaseName ;
0 commit comments