• 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

28.57
/src/main/java/com/box/sdkgen/managers/docgen/GetDocgenBatchJobByIdV2025R0Headers.java
1
package com.box.sdkgen.managers.docgen;
2

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

5
import com.box.sdkgen.parameters.v2025r0.boxversionheaderv2025r0.BoxVersionHeaderV2025R0;
6
import com.box.sdkgen.serialization.json.EnumWrapper;
7
import java.util.Map;
8

9
public class GetDocgenBatchJobByIdV2025R0Headers {
10

11
  public EnumWrapper<BoxVersionHeaderV2025R0> boxVersion;
12

13
  public Map<String, String> extraHeaders;
14

15
  public GetDocgenBatchJobByIdV2025R0Headers() {
1✔
16
    this.boxVersion = new EnumWrapper<BoxVersionHeaderV2025R0>(BoxVersionHeaderV2025R0._2025_0);
1✔
17
    this.extraHeaders = mapOf();
1✔
18
  }
1✔
19

20
  protected GetDocgenBatchJobByIdV2025R0Headers(
21
      GetDocgenBatchJobByIdV2025R0HeadersBuilder builder) {
×
22
    this.boxVersion = builder.boxVersion;
×
23
    this.extraHeaders = builder.extraHeaders;
×
24
  }
×
25

26
  public EnumWrapper<BoxVersionHeaderV2025R0> getBoxVersion() {
27
    return boxVersion;
1✔
28
  }
29

30
  public Map<String, String> getExtraHeaders() {
31
    return extraHeaders;
1✔
32
  }
33

34
  public static class GetDocgenBatchJobByIdV2025R0HeadersBuilder {
35

36
    protected EnumWrapper<BoxVersionHeaderV2025R0> boxVersion;
37

38
    protected Map<String, String> extraHeaders;
39

UNCOV
40
    public GetDocgenBatchJobByIdV2025R0HeadersBuilder() {
×
UNCOV
41
      this.boxVersion = new EnumWrapper<BoxVersionHeaderV2025R0>(BoxVersionHeaderV2025R0._2025_0);
×
42
      this.extraHeaders = mapOf();
×
43
    }
×
44

45
    public GetDocgenBatchJobByIdV2025R0HeadersBuilder boxVersion(
46
        BoxVersionHeaderV2025R0 boxVersion) {
UNCOV
47
      this.boxVersion = new EnumWrapper<BoxVersionHeaderV2025R0>(boxVersion);
×
48
      return this;
×
49
    }
50

51
    public GetDocgenBatchJobByIdV2025R0HeadersBuilder boxVersion(
52
        EnumWrapper<BoxVersionHeaderV2025R0> boxVersion) {
UNCOV
53
      this.boxVersion = boxVersion;
×
54
      return this;
×
55
    }
56

57
    public GetDocgenBatchJobByIdV2025R0HeadersBuilder extraHeaders(
58
        Map<String, String> extraHeaders) {
59
      this.extraHeaders = extraHeaders;
×
UNCOV
60
      return this;
×
61
    }
62

63
    public GetDocgenBatchJobByIdV2025R0Headers build() {
UNCOV
64
      return new GetDocgenBatchJobByIdV2025R0Headers(this);
×
65
    }
66
  }
67
}
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