@@ -77,8 +77,7 @@ private static List<StatefulHost> getDefaultHosts(String region) throws AlgoliaR
77
77
* @param requestOptions The requestOptions to send along with the query, they will be merged with
78
78
* the transporter requestOptions.
79
79
* @return Object
80
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
81
- * deserialize the response body
80
+ * @throws AlgoliaRuntimeException If it fails to process the API call
82
81
*/
83
82
public Object del (String path , Map <String , Object > parameters , RequestOptions requestOptions ) throws AlgoliaRuntimeException {
84
83
return LaunderThrowable .await (delAsync (path , parameters , requestOptions ));
@@ -206,8 +205,7 @@ public CompletableFuture<Object> delAsync(String path) throws AlgoliaRuntimeExce
206
205
* @param requestOptions The requestOptions to send along with the query, they will be merged with
207
206
* the transporter requestOptions.
208
207
* @return Object
209
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
210
- * deserialize the response body
208
+ * @throws AlgoliaRuntimeException If it fails to process the API call
211
209
*/
212
210
public Object get (String path , Map <String , Object > parameters , RequestOptions requestOptions ) throws AlgoliaRuntimeException {
213
211
return LaunderThrowable .await (getAsync (path , parameters , requestOptions ));
@@ -341,8 +339,7 @@ public CompletableFuture<Object> getAsync(String path) throws AlgoliaRuntimeExce
341
339
* @param requestOptions The requestOptions to send along with the query, they will be merged with
342
340
* the transporter requestOptions.
343
341
* @return GetAverageClickPositionResponse
344
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
345
- * deserialize the response body
342
+ * @throws AlgoliaRuntimeException If it fails to process the API call
346
343
*/
347
344
public GetAverageClickPositionResponse getAverageClickPosition (
348
345
String index ,
@@ -524,8 +521,7 @@ public CompletableFuture<GetAverageClickPositionResponse> getAverageClickPositio
524
521
* @param requestOptions The requestOptions to send along with the query, they will be merged with
525
522
* the transporter requestOptions.
526
523
* @return GetClickPositionsResponse
527
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
528
- * deserialize the response body
524
+ * @throws AlgoliaRuntimeException If it fails to process the API call
529
525
*/
530
526
public GetClickPositionsResponse getClickPositions (
531
527
String index ,
@@ -713,8 +709,7 @@ public CompletableFuture<GetClickPositionsResponse> getClickPositionsAsync(Strin
713
709
* @param requestOptions The requestOptions to send along with the query, they will be merged with
714
710
* the transporter requestOptions.
715
711
* @return GetClickThroughRateResponse
716
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
717
- * deserialize the response body
712
+ * @throws AlgoliaRuntimeException If it fails to process the API call
718
713
*/
719
714
public GetClickThroughRateResponse getClickThroughRate (
720
715
String index ,
@@ -902,8 +897,7 @@ public CompletableFuture<GetClickThroughRateResponse> getClickThroughRateAsync(S
902
897
* @param requestOptions The requestOptions to send along with the query, they will be merged with
903
898
* the transporter requestOptions.
904
899
* @return GetConversationRateResponse
905
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
906
- * deserialize the response body
900
+ * @throws AlgoliaRuntimeException If it fails to process the API call
907
901
*/
908
902
public GetConversationRateResponse getConversationRate (
909
903
String index ,
@@ -1091,8 +1085,7 @@ public CompletableFuture<GetConversationRateResponse> getConversationRateAsync(S
1091
1085
* @param requestOptions The requestOptions to send along with the query, they will be merged with
1092
1086
* the transporter requestOptions.
1093
1087
* @return GetNoClickRateResponse
1094
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
1095
- * deserialize the response body
1088
+ * @throws AlgoliaRuntimeException If it fails to process the API call
1096
1089
*/
1097
1090
public GetNoClickRateResponse getNoClickRate (String index , String startDate , String endDate , String tags , RequestOptions requestOptions )
1098
1091
throws AlgoliaRuntimeException {
@@ -1270,8 +1263,7 @@ public CompletableFuture<GetNoClickRateResponse> getNoClickRateAsync(String inde
1270
1263
* @param requestOptions The requestOptions to send along with the query, they will be merged with
1271
1264
* the transporter requestOptions.
1272
1265
* @return GetNoResultsRateResponse
1273
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
1274
- * deserialize the response body
1266
+ * @throws AlgoliaRuntimeException If it fails to process the API call
1275
1267
*/
1276
1268
public GetNoResultsRateResponse getNoResultsRate (
1277
1269
String index ,
@@ -1454,8 +1446,7 @@ public CompletableFuture<GetNoResultsRateResponse> getNoResultsRateAsync(String
1454
1446
* @param requestOptions The requestOptions to send along with the query, they will be merged with
1455
1447
* the transporter requestOptions.
1456
1448
* @return GetSearchesCountResponse
1457
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
1458
- * deserialize the response body
1449
+ * @throws AlgoliaRuntimeException If it fails to process the API call
1459
1450
*/
1460
1451
public GetSearchesCountResponse getSearchesCount (
1461
1452
String index ,
@@ -1635,8 +1626,7 @@ public CompletableFuture<GetSearchesCountResponse> getSearchesCountAsync(String
1635
1626
* @param requestOptions The requestOptions to send along with the query, they will be merged with
1636
1627
* the transporter requestOptions.
1637
1628
* @return GetSearchesNoClicksResponse
1638
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
1639
- * deserialize the response body
1629
+ * @throws AlgoliaRuntimeException If it fails to process the API call
1640
1630
*/
1641
1631
public GetSearchesNoClicksResponse getSearchesNoClicks (
1642
1632
String index ,
@@ -1851,8 +1841,7 @@ public CompletableFuture<GetSearchesNoClicksResponse> getSearchesNoClicksAsync(S
1851
1841
* @param requestOptions The requestOptions to send along with the query, they will be merged with
1852
1842
* the transporter requestOptions.
1853
1843
* @return GetSearchesNoResultsResponse
1854
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
1855
- * deserialize the response body
1844
+ * @throws AlgoliaRuntimeException If it fails to process the API call
1856
1845
*/
1857
1846
public GetSearchesNoResultsResponse getSearchesNoResults (
1858
1847
String index ,
@@ -2054,8 +2043,7 @@ public CompletableFuture<GetSearchesNoResultsResponse> getSearchesNoResultsAsync
2054
2043
* @param requestOptions The requestOptions to send along with the query, they will be merged with
2055
2044
* the transporter requestOptions.
2056
2045
* @return GetStatusResponse
2057
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
2058
- * deserialize the response body
2046
+ * @throws AlgoliaRuntimeException If it fails to process the API call
2059
2047
*/
2060
2048
public GetStatusResponse getStatus (String index , RequestOptions requestOptions ) throws AlgoliaRuntimeException {
2061
2049
return LaunderThrowable .await (getStatusAsync (index , requestOptions ));
@@ -2136,8 +2124,7 @@ public CompletableFuture<GetStatusResponse> getStatusAsync(String index) throws
2136
2124
* @param requestOptions The requestOptions to send along with the query, they will be merged with
2137
2125
* the transporter requestOptions.
2138
2126
* @return GetTopCountriesResponse
2139
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
2140
- * deserialize the response body
2127
+ * @throws AlgoliaRuntimeException If it fails to process the API call
2141
2128
*/
2142
2129
public GetTopCountriesResponse getTopCountries (
2143
2130
String index ,
@@ -2346,8 +2333,7 @@ public CompletableFuture<GetTopCountriesResponse> getTopCountriesAsync(String in
2346
2333
* @param requestOptions The requestOptions to send along with the query, they will be merged with
2347
2334
* the transporter requestOptions.
2348
2335
* @return GetTopFilterAttributesResponse
2349
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
2350
- * deserialize the response body
2336
+ * @throws AlgoliaRuntimeException If it fails to process the API call
2351
2337
*/
2352
2338
public GetTopFilterAttributesResponse getTopFilterAttributes (
2353
2339
String index ,
@@ -2568,8 +2554,7 @@ public CompletableFuture<GetTopFilterAttributesResponse> getTopFilterAttributesA
2568
2554
* @param requestOptions The requestOptions to send along with the query, they will be merged with
2569
2555
* the transporter requestOptions.
2570
2556
* @return GetTopFilterForAttributeResponse
2571
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
2572
- * deserialize the response body
2557
+ * @throws AlgoliaRuntimeException If it fails to process the API call
2573
2558
*/
2574
2559
public GetTopFilterForAttributeResponse getTopFilterForAttribute (
2575
2560
String attribute ,
@@ -2815,8 +2800,7 @@ public CompletableFuture<GetTopFilterForAttributeResponse> getTopFilterForAttrib
2815
2800
* @param requestOptions The requestOptions to send along with the query, they will be merged with
2816
2801
* the transporter requestOptions.
2817
2802
* @return GetTopFiltersNoResultsResponse
2818
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
2819
- * deserialize the response body
2803
+ * @throws AlgoliaRuntimeException If it fails to process the API call
2820
2804
*/
2821
2805
public GetTopFiltersNoResultsResponse getTopFiltersNoResults (
2822
2806
String index ,
@@ -3038,8 +3022,7 @@ public CompletableFuture<GetTopFiltersNoResultsResponse> getTopFiltersNoResultsA
3038
3022
* @param requestOptions The requestOptions to send along with the query, they will be merged with
3039
3023
* the transporter requestOptions.
3040
3024
* @return GetTopHitsResponse
3041
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
3042
- * deserialize the response body
3025
+ * @throws AlgoliaRuntimeException If it fails to process the API call
3043
3026
*/
3044
3027
public GetTopHitsResponse getTopHits (
3045
3028
String index ,
@@ -3276,8 +3259,7 @@ public CompletableFuture<GetTopHitsResponse> getTopHitsAsync(String index) throw
3276
3259
* @param requestOptions The requestOptions to send along with the query, they will be merged with
3277
3260
* the transporter requestOptions.
3278
3261
* @return GetTopSearchesResponse
3279
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
3280
- * deserialize the response body
3262
+ * @throws AlgoliaRuntimeException If it fails to process the API call
3281
3263
*/
3282
3264
public GetTopSearchesResponse getTopSearches (
3283
3265
String index ,
@@ -3527,8 +3509,7 @@ public CompletableFuture<GetTopSearchesResponse> getTopSearchesAsync(String inde
3527
3509
* @param requestOptions The requestOptions to send along with the query, they will be merged with
3528
3510
* the transporter requestOptions.
3529
3511
* @return GetUsersCountResponse
3530
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
3531
- * deserialize the response body
3512
+ * @throws AlgoliaRuntimeException If it fails to process the API call
3532
3513
*/
3533
3514
public GetUsersCountResponse getUsersCount (String index , String startDate , String endDate , String tags , RequestOptions requestOptions )
3534
3515
throws AlgoliaRuntimeException {
@@ -3693,8 +3674,7 @@ public CompletableFuture<GetUsersCountResponse> getUsersCountAsync(String index)
3693
3674
* @param requestOptions The requestOptions to send along with the query, they will be merged with
3694
3675
* the transporter requestOptions.
3695
3676
* @return Object
3696
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
3697
- * deserialize the response body
3677
+ * @throws AlgoliaRuntimeException If it fails to process the API call
3698
3678
*/
3699
3679
public Object post (String path , Map <String , Object > parameters , Object body , RequestOptions requestOptions )
3700
3680
throws AlgoliaRuntimeException {
@@ -3827,8 +3807,7 @@ public CompletableFuture<Object> postAsync(String path) throws AlgoliaRuntimeExc
3827
3807
* @param requestOptions The requestOptions to send along with the query, they will be merged with
3828
3808
* the transporter requestOptions.
3829
3809
* @return Object
3830
- * @throws AlgoliaRuntimeException If fail to call the API, e.g. server error or cannot
3831
- * deserialize the response body
3810
+ * @throws AlgoliaRuntimeException If it fails to process the API call
3832
3811
*/
3833
3812
public Object put (String path , Map <String , Object > parameters , Object body , RequestOptions requestOptions )
3834
3813
throws AlgoliaRuntimeException {
0 commit comments