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

box / box-java-sdk-gen / #155

30 May 2025 01:03PM UTC coverage: 35.646% (+0.3%) from 35.311%
#155

push

github

web-flow
fix: Fix downscope token to use `retrieveToken` method for token retrieval (box/box-codegen#731) (#320)

4 of 4 new or added lines in 4 files covered. (100.0%)

2952 existing lines in 99 files now uncovered.

15628 of 43842 relevant lines covered (35.65%)

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