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

box / box-java-sdk-gen / #146

28 May 2025 05:41PM UTC coverage: 35.005% (-0.3%) from 35.312%
#146

Pull #318

github

web-flow
Merge a6c7ca1be into 7ea98521c
Pull Request #318: docs: Shield Lists documentation (box/box-openapi#528)

56 of 791 new or added lines in 42 files covered. (7.08%)

9 existing lines in 9 files now uncovered.

15604 of 44576 relevant lines covered (35.01%)

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/shieldlists/GetShieldListsV2025R0Headers.java
1
package com.box.sdkgen.managers.shieldlists;
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 GetShieldListsV2025R0Headers {
10

11
  public EnumWrapper<BoxVersionHeaderV2025R0> boxVersion;
12

13
  public Map<String, String> extraHeaders;
14

NEW
15
  public GetShieldListsV2025R0Headers() {
×
NEW
16
    this.boxVersion = new EnumWrapper<BoxVersionHeaderV2025R0>(BoxVersionHeaderV2025R0._2025_0);
×
NEW
17
    this.extraHeaders = mapOf();
×
NEW
18
  }
×
19

NEW
20
  protected GetShieldListsV2025R0Headers(GetShieldListsV2025R0HeadersBuilder builder) {
×
NEW
21
    this.boxVersion = builder.boxVersion;
×
NEW
22
    this.extraHeaders = builder.extraHeaders;
×
NEW
23
  }
×
24

25
  public EnumWrapper<BoxVersionHeaderV2025R0> getBoxVersion() {
NEW
26
    return boxVersion;
×
27
  }
28

29
  public Map<String, String> getExtraHeaders() {
NEW
30
    return extraHeaders;
×
31
  }
32

NEW
33
  public static class GetShieldListsV2025R0HeadersBuilder {
×
34

35
    protected EnumWrapper<BoxVersionHeaderV2025R0> boxVersion;
36

37
    protected Map<String, String> extraHeaders;
38

39
    public GetShieldListsV2025R0HeadersBuilder boxVersion(BoxVersionHeaderV2025R0 boxVersion) {
NEW
40
      this.boxVersion = new EnumWrapper<BoxVersionHeaderV2025R0>(boxVersion);
×
NEW
41
      return this;
×
42
    }
43

44
    public GetShieldListsV2025R0HeadersBuilder boxVersion(
45
        EnumWrapper<BoxVersionHeaderV2025R0> boxVersion) {
NEW
46
      this.boxVersion = boxVersion;
×
NEW
47
      return this;
×
48
    }
49

50
    public GetShieldListsV2025R0HeadersBuilder extraHeaders(Map<String, String> extraHeaders) {
NEW
51
      this.extraHeaders = extraHeaders;
×
NEW
52
      return this;
×
53
    }
54

55
    public GetShieldListsV2025R0Headers build() {
NEW
56
      return new GetShieldListsV2025R0Headers(this);
×
57
    }
58
  }
59
}
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