File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
algoliasearch/src/main/java/com/algolia/model Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ public FallbackParams setLength(Integer length) {
445
445
return this ;
446
446
}
447
447
448
- /** Number of hits to retrieve (used in combination with `offset`). minimum: 1 maximum: 1000 */
448
+ /** Number of hits to retrieve (used in combination with `offset`). minimum: 0 maximum: 1000 */
449
449
@ javax .annotation .Nullable
450
450
public Integer getLength () {
451
451
return length ;
Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ public SearchParams setLength(Integer length) {
445
445
return this ;
446
446
}
447
447
448
- /** Number of hits to retrieve (used in combination with `offset`). minimum: 1 maximum: 1000 */
448
+ /** Number of hits to retrieve (used in combination with `offset`). minimum: 0 maximum: 1000 */
449
449
@ javax .annotation .Nullable
450
450
public Integer getLength () {
451
451
return length ;
Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ public SearchParamsObject setLength(Integer length) {
445
445
return this ;
446
446
}
447
447
448
- /** Number of hits to retrieve (used in combination with `offset`). minimum: 1 maximum: 1000 */
448
+ /** Number of hits to retrieve (used in combination with `offset`). minimum: 0 maximum: 1000 */
449
449
@ javax .annotation .Nullable
450
450
public Integer getLength () {
451
451
return length ;
Original file line number Diff line number Diff line change @@ -449,7 +449,7 @@ public BrowseParamsObject setLength(Integer length) {
449
449
return this ;
450
450
}
451
451
452
- /** Number of hits to retrieve (used in combination with `offset`). minimum: 1 maximum: 1000 */
452
+ /** Number of hits to retrieve (used in combination with `offset`). minimum: 0 maximum: 1000 */
453
453
@ javax .annotation .Nullable
454
454
public Integer getLength () {
455
455
return length ;
Original file line number Diff line number Diff line change @@ -440,7 +440,7 @@ public ConsequenceParams setLength(Integer length) {
440
440
return this ;
441
441
}
442
442
443
- /** Number of hits to retrieve (used in combination with `offset`). minimum: 1 maximum: 1000 */
443
+ /** Number of hits to retrieve (used in combination with `offset`). minimum: 0 maximum: 1000 */
444
444
@ javax .annotation .Nullable
445
445
public Integer getLength () {
446
446
return length ;
Original file line number Diff line number Diff line change @@ -472,7 +472,7 @@ public SearchForFacets setLength(Integer length) {
472
472
return this ;
473
473
}
474
474
475
- /** Number of hits to retrieve (used in combination with `offset`). minimum: 1 maximum: 1000 */
475
+ /** Number of hits to retrieve (used in combination with `offset`). minimum: 0 maximum: 1000 */
476
476
@ javax .annotation .Nullable
477
477
public Integer getLength () {
478
478
return length ;
Original file line number Diff line number Diff line change @@ -466,7 +466,7 @@ public SearchForHits setLength(Integer length) {
466
466
return this ;
467
467
}
468
468
469
- /** Number of hits to retrieve (used in combination with `offset`). minimum: 1 maximum: 1000 */
469
+ /** Number of hits to retrieve (used in combination with `offset`). minimum: 0 maximum: 1000 */
470
470
@ javax .annotation .Nullable
471
471
public Integer getLength () {
472
472
return length ;
Original file line number Diff line number Diff line change @@ -446,7 +446,7 @@ public SearchParamsObject setLength(Integer length) {
446
446
return this ;
447
447
}
448
448
449
- /** Number of hits to retrieve (used in combination with `offset`). minimum: 1 maximum: 1000 */
449
+ /** Number of hits to retrieve (used in combination with `offset`). minimum: 0 maximum: 1000 */
450
450
@ javax .annotation .Nullable
451
451
public Integer getLength () {
452
452
return length ;
You can’t perform that action at this time.
0 commit comments