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

box / box-java-sdk-gen / #423

25 Jul 2025 11:10AM UTC coverage: 37.998%. First build
#423

Pull #372

github

web-flow
Merge 3775a76b4 into 57927e0b3
Pull Request #372: feat: Add Archive Public API (box/box-openapi#540)

16 of 260 new or added lines in 10 files covered. (6.15%)

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