• 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

88.89
/src/main/java/com/box/sdkgen/managers/aistudio/GetAiAgentByIdQueryParams.java
1
package com.box.sdkgen.managers.aistudio;
2

3
import java.util.List;
4

5
public class GetAiAgentByIdQueryParams {
6

7
  /** The fields to return in the response. */
8
  public List<String> fields;
9

10
  public GetAiAgentByIdQueryParams() {}
×
11

12
  protected GetAiAgentByIdQueryParams(Builder builder) {
1✔
13
    this.fields = builder.fields;
1✔
14
  }
1✔
15

16
  public List<String> getFields() {
17
    return fields;
1✔
18
  }
19

20
  public static class Builder {
1✔
21

22
    protected List<String> fields;
23

24
    public Builder fields(List<String> fields) {
25
      this.fields = fields;
1✔
26
      return this;
1✔
27
    }
28

29
    public GetAiAgentByIdQueryParams build() {
30
      return new GetAiAgentByIdQueryParams(this);
1✔
31
    }
32
  }
33
}
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