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

box / box-java-sdk-gen / #184

03 Jun 2025 09:42AM UTC coverage: 34.762% (-0.9%) from 35.631%
#184

Pull #326

github

web-flow
Merge b909d9ac7 into 28f2ec7f8
Pull Request #326: chore: Release Java SDK to Maven Central (box/box-codegen#735)

15770 of 45365 relevant lines covered (34.76%)

0.35 hits per line

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

30.77
/src/main/java/com/box/sdkgen/managers/fileversionretentions/GetFileVersionRetentionsHeaders.java
1
package com.box.sdkgen.managers.integrationmappings;
2

3
import static com.box.sdkgen.internal.utils.UtilsManager.mapOf;
4

5
import java.util.Map;
6

7
public class GetTeamsIntegrationMappingHeaders {
8

9
  public Map<String, String> extraHeaders;
10

11
  public GetTeamsIntegrationMappingHeaders() {
1✔
12
    this.extraHeaders = mapOf();
1✔
13
  }
1✔
14

15
  protected GetTeamsIntegrationMappingHeaders(GetTeamsIntegrationMappingHeadersBuilder builder) {
×
16
    this.extraHeaders = builder.extraHeaders;
×
17
  }
×
18

19
  public Map<String, String> getExtraHeaders() {
20
    return extraHeaders;
1✔
21
  }
22

23
  public static class GetTeamsIntegrationMappingHeadersBuilder {
24

25
    protected Map<String, String> extraHeaders;
26

27
    public GetTeamsIntegrationMappingHeadersBuilder() {
×
28
      this.extraHeaders = mapOf();
×
29
    }
×
30

31
    public GetTeamsIntegrationMappingHeadersBuilder extraHeaders(Map<String, String> extraHeaders) {
32
      this.extraHeaders = extraHeaders;
×
33
      return this;
×
34
    }
35

36
    public GetTeamsIntegrationMappingHeaders build() {
37
      return new GetTeamsIntegrationMappingHeaders(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