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

box / box-java-sdk-gen / #145

28 May 2025 05:41PM UTC coverage: 35.079% (-0.2%) from 35.312%
#145

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%)

6 existing lines in 6 files now uncovered.

15638 of 44580 relevant lines covered (35.08%)

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/UpdateShieldListByIdV2025R0Headers.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 UpdateShieldListByIdV2025R0Headers {
10

11
  public EnumWrapper<BoxVersionHeaderV2025R0> boxVersion;
12

13
  public Map<String, String> extraHeaders;
14

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

NEW
20
  protected UpdateShieldListByIdV2025R0Headers(UpdateShieldListByIdV2025R0HeadersBuilder 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 UpdateShieldListByIdV2025R0HeadersBuilder {
×
34

35
    protected EnumWrapper<BoxVersionHeaderV2025R0> boxVersion;
36

37
    protected Map<String, String> extraHeaders;
38

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

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

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

57
    public UpdateShieldListByIdV2025R0Headers build() {
NEW
58
      return new UpdateShieldListByIdV2025R0Headers(this);
×
59
    }
60
  }
61
}
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