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

box / box-java-sdk-gen / #136

23 May 2025 07:39AM UTC coverage: 35.63% (+0.3%) from 35.312%
#136

Pull #315

github

web-flow
Merge 897ec843d into 7ea98521c
Pull Request #315: fix: Fix downscope token to use retrieveToken method for token retrieval (box/box-codegen#731)

35 of 45 new or added lines in 10 files covered. (77.78%)

6 existing lines in 4 files now uncovered.

15621 of 43842 relevant lines covered (35.63%)

0.36 hits per line

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

76.92
/src/main/java/com/box/sdkgen/managers/docgen/GetDocgenJobsV2025R0QueryParams.java
1
package com.box.sdkgen.managers.docgen;
2

3
public class GetDocgenJobsV2025R0QueryParams {
4

5
  public String marker;
6

7
  public Long limit;
8

UNCOV
9
  public GetDocgenJobsV2025R0QueryParams() {}
×
10

11
  protected GetDocgenJobsV2025R0QueryParams(GetDocgenJobsV2025R0QueryParamsBuilder builder) {
1✔
12
    this.marker = builder.marker;
1✔
13
    this.limit = builder.limit;
1✔
14
  }
1✔
15

16
  public String getMarker() {
17
    return marker;
1✔
18
  }
19

20
  public Long getLimit() {
21
    return limit;
1✔
22
  }
23

24
  public static class GetDocgenJobsV2025R0QueryParamsBuilder {
1✔
25

26
    protected String marker;
27

28
    protected Long limit;
29

30
    public GetDocgenJobsV2025R0QueryParamsBuilder marker(String marker) {
31
      this.marker = marker;
×
32
      return this;
×
33
    }
34

35
    public GetDocgenJobsV2025R0QueryParamsBuilder limit(Long limit) {
36
      this.limit = limit;
1✔
37
      return this;
1✔
38
    }
39

40
    public GetDocgenJobsV2025R0QueryParams build() {
41
      return new GetDocgenJobsV2025R0QueryParams(this);
1✔
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