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

box / box-java-sdk-gen / #96

09 May 2025 01:16PM UTC coverage: 35.312% (+0.1%) from 35.204%
#96

push

github

web-flow
fix: Fix conversion of `mdfilters` into query parameters (box/box-codegen#721) (#301)

5 of 7 new or added lines in 1 file covered. (71.43%)

287 existing lines in 27 files now uncovered.

15468 of 43804 relevant lines covered (35.31%)

0.35 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/integrationmappings/CreateSlackIntegrationMappingHeaders.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 CreateSlackIntegrationMappingHeaders {
8

9
  public Map<String, String> extraHeaders;
10

UNCOV
11
  public CreateSlackIntegrationMappingHeaders() {
×
UNCOV
12
    this.extraHeaders = mapOf();
×
UNCOV
13
  }
×
14

15
  protected CreateSlackIntegrationMappingHeaders(
16
      CreateSlackIntegrationMappingHeadersBuilder builder) {
×
17
    this.extraHeaders = builder.extraHeaders;
×
18
  }
×
19

20
  public Map<String, String> getExtraHeaders() {
UNCOV
21
    return extraHeaders;
×
22
  }
23

24
  public static class CreateSlackIntegrationMappingHeadersBuilder {
×
25

26
    protected Map<String, String> extraHeaders;
27

28
    public CreateSlackIntegrationMappingHeadersBuilder extraHeaders(
29
        Map<String, String> extraHeaders) {
30
      this.extraHeaders = extraHeaders;
×
31
      return this;
×
32
    }
33

34
    public CreateSlackIntegrationMappingHeaders build() {
35
      return new CreateSlackIntegrationMappingHeaders(this);
×
36
    }
37
  }
38
}
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