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

box / box-java-sdk-gen / #541

05 Sep 2025 02:31PM UTC coverage: 7.451% (-29.2%) from 36.66%
#541

push

other

web-flow
chore: release version 0.8.1 (#437)

1 of 1 new or added line in 1 file covered. (100.0%)

14652 existing lines in 1191 files now uncovered.

3737 of 50151 relevant lines covered (7.45%)

0.07 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/users/DeleteUserByIdQueryParams.java
1
package com.box.sdkgen.managers.webhooks;
2

3
public class GetWebhooksQueryParams {
4

5
  public String marker;
6

7
  public Long limit;
8

UNCOV
9
  public GetWebhooksQueryParams() {}
×
10

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

16
  public String getMarker() {
UNCOV
17
    return marker;
×
18
  }
19

20
  public Long getLimit() {
UNCOV
21
    return limit;
×
22
  }
23

24
  public static class Builder {
×
25

26
    protected String marker;
27

28
    protected Long limit;
29

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

35
    public Builder limit(Long limit) {
36
      this.limit = limit;
×
37
      return this;
×
38
    }
39

40
    public GetWebhooksQueryParams build() {
41
      return new GetWebhooksQueryParams(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