Skip to content

Commit

Permalink
chore: generated code for commit bd80c26. [skip ci]
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Millot <[email protected]>
  • Loading branch information
algolia-bot and millotp committed Apr 28, 2022
1 parent bd80c26 commit 9d6d37f
Show file tree
Hide file tree
Showing 8 changed files with 67 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ public Object del(String path, Map<String, Object> parameters)
}

public Object del(String path) throws AlgoliaRuntimeException {
return this.del(path, new HashMap<>());
return this.del(path, null);
}

/**
Expand Down Expand Up @@ -429,7 +429,7 @@ public Object get(String path, Map<String, Object> parameters)
}

public Object get(String path) throws AlgoliaRuntimeException {
return this.get(path, new HashMap<>());
return this.get(path, null);
}

/**
Expand Down Expand Up @@ -615,7 +615,7 @@ public ListABTestsResponse listABTests(Integer offset, Integer limit)
}

public ListABTestsResponse listABTests() throws AlgoliaRuntimeException {
return this.listABTests(0, 10);
return this.listABTests(null, null);
}

/**
Expand Down Expand Up @@ -725,7 +725,7 @@ public Object post(String path, Map<String, Object> parameters, Object body)
}

public Object post(String path) throws AlgoliaRuntimeException {
return this.post(path, new HashMap<>(), null);
return this.post(path, null, null);
}

/**
Expand Down Expand Up @@ -834,7 +834,7 @@ public Object put(String path, Map<String, Object> parameters, Object body)
}

public Object put(String path) throws AlgoliaRuntimeException {
return this.put(path, new HashMap<>(), null);
return this.put(path, null, null);
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public Object del(String path, Map<String, Object> parameters)
}

public Object del(String path) throws AlgoliaRuntimeException {
return this.del(path, new HashMap<>());
return this.del(path, null);
}

/**
Expand Down Expand Up @@ -251,7 +251,7 @@ public Object get(String path, Map<String, Object> parameters)
}

public Object get(String path) throws AlgoliaRuntimeException {
return this.get(path, new HashMap<>());
return this.get(path, null);
}

/**
Expand Down Expand Up @@ -1475,7 +1475,7 @@ public GetSearchesNoClicksResponse getSearchesNoClicks(

public GetSearchesNoClicksResponse getSearchesNoClicks(String index)
throws AlgoliaRuntimeException {
return this.getSearchesNoClicks(index, null, null, 10, 0, null);
return this.getSearchesNoClicks(index, null, null, null, null, null);
}

/**
Expand Down Expand Up @@ -1661,7 +1661,7 @@ public GetSearchesNoResultsResponse getSearchesNoResults(

public GetSearchesNoResultsResponse getSearchesNoResults(String index)
throws AlgoliaRuntimeException {
return this.getSearchesNoResults(index, null, null, 10, 0, null);
return this.getSearchesNoResults(index, null, null, null, null, null);
}

/**
Expand Down Expand Up @@ -1938,7 +1938,7 @@ public GetTopCountriesResponse getTopCountries(

public GetTopCountriesResponse getTopCountries(String index)
throws AlgoliaRuntimeException {
return this.getTopCountries(index, null, null, 10, 0, null);
return this.getTopCountries(index, null, null, null, null, null);
}

/**
Expand Down Expand Up @@ -2133,7 +2133,15 @@ public GetTopFilterAttributesResponse getTopFilterAttributes(

public GetTopFilterAttributesResponse getTopFilterAttributes(String index)
throws AlgoliaRuntimeException {
return this.getTopFilterAttributes(index, null, null, null, 10, 0, null);
return this.getTopFilterAttributes(
index,
null,
null,
null,
null,
null,
null
);
}

/**
Expand Down Expand Up @@ -2358,8 +2366,8 @@ public GetTopFilterForAttributeResponse getTopFilterForAttribute(
null,
null,
null,
10,
0,
null,
null,
null
);
}
Expand Down Expand Up @@ -2564,7 +2572,15 @@ public GetTopFiltersNoResultsResponse getTopFiltersNoResults(

public GetTopFiltersNoResultsResponse getTopFiltersNoResults(String index)
throws AlgoliaRuntimeException {
return this.getTopFiltersNoResults(index, null, null, null, 10, 0, null);
return this.getTopFiltersNoResults(
index,
null,
null,
null,
null,
null,
null
);
}

/**
Expand Down Expand Up @@ -2772,7 +2788,7 @@ public GetTopHitsResponse getTopHits(

public GetTopHitsResponse getTopHits(String index)
throws AlgoliaRuntimeException {
return this.getTopHits(index, null, false, null, null, 10, 0, null);
return this.getTopHits(index, null, null, null, null, null, null, null);
}

/**
Expand Down Expand Up @@ -2998,13 +3014,13 @@ public GetTopSearchesResponse getTopSearches(String index)
throws AlgoliaRuntimeException {
return this.getTopSearches(
index,
false,
null,
null,
OrderBy.SEARCH_COUNT,
Direction.ASC,
10,
0,
null,
null,
null,
null,
null,
null
);
}
Expand Down Expand Up @@ -3294,7 +3310,7 @@ public Object post(String path, Map<String, Object> parameters, Object body)
}

public Object post(String path) throws AlgoliaRuntimeException {
return this.post(path, new HashMap<>(), null);
return this.post(path, null, null);
}

/**
Expand Down Expand Up @@ -3403,7 +3419,7 @@ public Object put(String path, Map<String, Object> parameters, Object body)
}

public Object put(String path) throws AlgoliaRuntimeException {
return this.put(path, new HashMap<>(), null);
return this.put(path, null, null);
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public Object del(String path, Map<String, Object> parameters)
}

public Object del(String path) throws AlgoliaRuntimeException {
return this.del(path, new HashMap<>());
return this.del(path, null);
}

/**
Expand Down Expand Up @@ -251,7 +251,7 @@ public Object get(String path, Map<String, Object> parameters)
}

public Object get(String path) throws AlgoliaRuntimeException {
return this.get(path, new HashMap<>());
return this.get(path, null);
}

/**
Expand Down Expand Up @@ -358,7 +358,7 @@ public Object post(String path, Map<String, Object> parameters, Object body)
}

public Object post(String path) throws AlgoliaRuntimeException {
return this.post(path, new HashMap<>(), null);
return this.post(path, null, null);
}

/**
Expand Down Expand Up @@ -552,7 +552,7 @@ public Object put(String path, Map<String, Object> parameters, Object body)
}

public Object put(String path) throws AlgoliaRuntimeException {
return this.put(path, new HashMap<>(), null);
return this.put(path, null, null);
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public Object del(String path, Map<String, Object> parameters)
}

public Object del(String path) throws AlgoliaRuntimeException {
return this.del(path, new HashMap<>());
return this.del(path, null);
}

/**
Expand Down Expand Up @@ -354,7 +354,7 @@ public Object get(String path, Map<String, Object> parameters)
}

public Object get(String path) throws AlgoliaRuntimeException {
return this.get(path, new HashMap<>());
return this.get(path, null);
}

/**
Expand Down Expand Up @@ -641,7 +641,7 @@ public Object post(String path, Map<String, Object> parameters, Object body)
}

public Object post(String path) throws AlgoliaRuntimeException {
return this.post(path, new HashMap<>(), null);
return this.post(path, null, null);
}

/**
Expand Down Expand Up @@ -750,7 +750,7 @@ public Object put(String path, Map<String, Object> parameters, Object body)
}

public Object put(String path) throws AlgoliaRuntimeException {
return this.put(path, new HashMap<>(), null);
return this.put(path, null, null);
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public Object del(String path, Map<String, Object> parameters)
}

public Object del(String path) throws AlgoliaRuntimeException {
return this.del(path, new HashMap<>());
return this.del(path, null);
}

/**
Expand Down Expand Up @@ -355,7 +355,7 @@ public Object get(String path, Map<String, Object> parameters)
}

public Object get(String path) throws AlgoliaRuntimeException {
return this.get(path, new HashMap<>());
return this.get(path, null);
}

/**
Expand Down Expand Up @@ -462,7 +462,7 @@ public Object post(String path, Map<String, Object> parameters, Object body)
}

public Object post(String path) throws AlgoliaRuntimeException {
return this.post(path, new HashMap<>(), null);
return this.post(path, null, null);
}

/**
Expand Down Expand Up @@ -571,7 +571,7 @@ public Object put(String path, Map<String, Object> parameters, Object body)
}

public Object put(String path) throws AlgoliaRuntimeException {
return this.put(path, new HashMap<>(), null);
return this.put(path, null, null);
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public Object del(String path, Map<String, Object> parameters)
}

public Object del(String path) throws AlgoliaRuntimeException {
return this.del(path, new HashMap<>());
return this.del(path, null);
}

/**
Expand Down Expand Up @@ -445,7 +445,7 @@ public Object get(String path, Map<String, Object> parameters)
}

public Object get(String path) throws AlgoliaRuntimeException {
return this.get(path, new HashMap<>());
return this.get(path, null);
}

/**
Expand Down Expand Up @@ -906,7 +906,7 @@ public Object post(String path, Map<String, Object> parameters, Object body)
}

public Object post(String path) throws AlgoliaRuntimeException {
return this.post(path, new HashMap<>(), null);
return this.post(path, null, null);
}

/**
Expand Down Expand Up @@ -1015,7 +1015,7 @@ public Object put(String path, Map<String, Object> parameters, Object body)
}

public Object put(String path) throws AlgoliaRuntimeException {
return this.put(path, new HashMap<>(), null);
return this.put(path, null, null);
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public Object del(String path, Map<String, Object> parameters)
}

public Object del(String path) throws AlgoliaRuntimeException {
return this.del(path, new HashMap<>());
return this.del(path, null);
}

/**
Expand Down Expand Up @@ -285,7 +285,7 @@ public Object get(String path, Map<String, Object> parameters)
}

public Object get(String path) throws AlgoliaRuntimeException {
return this.get(path, new HashMap<>());
return this.get(path, null);
}

/**
Expand Down Expand Up @@ -488,7 +488,7 @@ public Object post(String path, Map<String, Object> parameters, Object body)
}

public Object post(String path) throws AlgoliaRuntimeException {
return this.post(path, new HashMap<>(), null);
return this.post(path, null, null);
}

/**
Expand Down Expand Up @@ -597,7 +597,7 @@ public Object put(String path, Map<String, Object> parameters, Object body)
}

public Object put(String path) throws AlgoliaRuntimeException {
return this.put(path, new HashMap<>(), null);
return this.put(path, null, null);
}

/**
Expand Down
Loading

0 comments on commit 9d6d37f

Please sign in to comment.