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

box / box-java-sdk-gen / #519

05 Sep 2025 11:11AM UTC coverage: 36.589% (-1.6%) from 38.212%
#519

push

github

web-flow
docs: Brand Hubs as Box Hubs (box/box-openapi#553) (#435)

18347 of 50144 relevant lines covered (36.59%)

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

11
  public EnumWrapper<BoxVersionHeaderV2025R0> boxVersion;
12

13
  public Map<String, String> extraHeaders;
14

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

20
  protected GetHubItemsV2025R0Headers(Builder builder) {
×
21
    this.boxVersion = builder.boxVersion;
×
22
    this.extraHeaders = builder.extraHeaders;
×
23
  }
×
24

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

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

33
  public static class Builder {
34

35
    protected EnumWrapper<BoxVersionHeaderV2025R0> boxVersion;
36

37
    protected Map<String, String> extraHeaders;
38

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

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

49
    public Builder boxVersion(EnumWrapper<BoxVersionHeaderV2025R0> boxVersion) {
50
      this.boxVersion = boxVersion;
×
51
      return this;
×
52
    }
53

54
    public Builder extraHeaders(Map<String, String> extraHeaders) {
55
      this.extraHeaders = extraHeaders;
×
56
      return this;
×
57
    }
58

59
    public GetHubItemsV2025R0Headers build() {
60
      return new GetHubItemsV2025R0Headers(this);
×
61
    }
62
  }
63
}
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