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

box / box-java-sdk / #5076

07 Oct 2025 12:35PM UTC coverage: 37.132% (+0.007%) from 37.125%
#5076

push

github

web-flow
test: Change `Event.additionalDetails` field assertion in events test (box/box-codegen#858) (#1491)

18454 of 49699 relevant lines covered (37.13%)

0.37 hits per line

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

22.22
/src/main/java/com/box/sdkgen/managers/fileversions/PromoteFileVersionQueryParams.java
1
package com.box.sdkgen.managers.trashedfiles;
2

3
import java.util.List;
4

5
public class GetTrashedFileByIdQueryParams {
6

7
  /**
8
   * A comma-separated list of attributes to include in the response. This can be used to request
9
   * fields that are not normally returned in a standard response.
10
   *
11
   * <p>Be aware that specifying this parameter will have the effect that none of the standard
12
   * fields are returned in the response unless explicitly specified, instead only fields for the
13
   * mini representation are returned, additional to the fields requested.
14
   */
15
  public List<String> fields;
16

17
  public GetTrashedFileByIdQueryParams() {}
1✔
18

19
  protected GetTrashedFileByIdQueryParams(Builder builder) {
×
20
    this.fields = builder.fields;
×
21
  }
×
22

23
  public List<String> getFields() {
24
    return fields;
1✔
25
  }
26

27
  public static class Builder {
×
28

29
    protected List<String> fields;
30

31
    public Builder fields(List<String> fields) {
32
      this.fields = fields;
×
33
      return this;
×
34
    }
35

36
    public GetTrashedFileByIdQueryParams build() {
37
      return new GetTrashedFileByIdQueryParams(this);
×
38
    }
39
  }
40
}
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