• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

box / box-java-sdk-gen / #417

25 Jul 2025 09:13AM UTC coverage: 37.998% (-0.2%) from 38.185%
#417

Pull #373

github

web-flow
Merge f947b0964 into e6c1f9ade
Pull Request #373: chore: Update .codegen.json with commit hash of codegen and openapi spec

46 of 355 new or added lines in 13 files covered. (12.96%)

3 existing lines in 2 files now uncovered.

18896 of 49729 relevant lines covered (38.0%)

0.38 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/com/box/sdkgen/managers/archives/GetArchivesV2025R0QueryParams.java
1
package com.box.sdkgen.managers.archives;
2

3
public class GetArchivesV2025R0QueryParams {
4

5
  public Long limit;
6

7
  public String marker;
8

NEW
9
  public GetArchivesV2025R0QueryParams() {}
×
10

NEW
11
  protected GetArchivesV2025R0QueryParams(Builder builder) {
×
NEW
12
    this.limit = builder.limit;
×
NEW
13
    this.marker = builder.marker;
×
NEW
14
  }
×
15

16
  public Long getLimit() {
NEW
17
    return limit;
×
18
  }
19

20
  public String getMarker() {
NEW
21
    return marker;
×
22
  }
23

NEW
24
  public static class Builder {
×
25

26
    protected Long limit;
27

28
    protected String marker;
29

30
    public Builder limit(Long limit) {
NEW
31
      this.limit = limit;
×
NEW
32
      return this;
×
33
    }
34

35
    public Builder marker(String marker) {
NEW
36
      this.marker = marker;
×
NEW
37
      return this;
×
38
    }
39

40
    public GetArchivesV2025R0QueryParams build() {
NEW
41
      return new GetArchivesV2025R0QueryParams(this);
×
42
    }
43
  }
44
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc