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

box / box-java-sdk-gen / #194

12 Jun 2025 08:30AM UTC coverage: 35.732% (+0.1%) from 35.619%
#194

push

github

web-flow
test: Remove predefined dates from events integration test (box/box-codegen#740) (#329)

1 of 2 new or added lines in 1 file covered. (50.0%)

1156 existing lines in 311 files now uncovered.

16212 of 45371 relevant lines covered (35.73%)

0.36 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/classifications/CreateClassificationTemplateHeaders.java
1
package com.box.sdkgen.managers.classifications;
2

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

5
import java.util.Map;
6

7
public class CreateClassificationTemplateHeaders {
8

9
  public Map<String, String> extraHeaders;
10

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

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

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

24
  public static class CreateClassificationTemplateHeadersBuilder {
25

26
    protected Map<String, String> extraHeaders;
27

UNCOV
28
    public CreateClassificationTemplateHeadersBuilder() {
×
UNCOV
29
      this.extraHeaders = mapOf();
×
30
    }
×
31

32
    public CreateClassificationTemplateHeadersBuilder extraHeaders(
33
        Map<String, String> extraHeaders) {
UNCOV
34
      this.extraHeaders = extraHeaders;
×
35
      return this;
×
36
    }
37

38
    public CreateClassificationTemplateHeaders build() {
UNCOV
39
      return new CreateClassificationTemplateHeaders(this);
×
40
    }
41
  }
42
}
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