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

smartsheet / smartsheet-java-sdk / #68

14 Jul 2026 06:50AM UTC coverage: 59.734% (-0.06%) from 59.797%
#68

push

github

web-flow
Merge pull request #184 from smartsheet/add-missing-fields

Add missing fields

0 of 9 new or added lines in 2 files covered. (0.0%)

1 existing line in 1 file now uncovered.

4532 of 7587 relevant lines covered (59.73%)

0.6 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/com/smartsheet/api/models/enums/ChildResourceType.java
1
/*
2
 * Copyright (C) 2025 Smartsheet
3
 *
4
 * Licensed under the Apache License, Version 2.0 (the "License");
5
 * you may not use this file except in compliance with the License.
6
 * You may obtain a copy of the License at
7
 *
8
 *      http://www.apache.org/licenses/LICENSE-2.0
9
 *
10
 * Unless required by applicable law or agreed to in writing, software
11
 * distributed under the License is distributed on an "AS IS" BASIS,
12
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
 * See the License for the specific language governing permissions and
14
 * limitations under the License.
15
 */
16

17
package com.smartsheet.api.models.enums;
18

19
import com.fasterxml.jackson.annotation.JsonProperty;
20

21
/**
22
 * Represents the resourceType field value returned in API responses for child resources.
23
 */
NEW
24
public enum ChildResourceType {
×
25
    /**
26
     * A sheet resource.
27
     */
NEW
28
    @JsonProperty("sheet")
×
29
    SHEET,
30

31
    /**
32
     * A report resource.
33
     */
NEW
34
    @JsonProperty("report")
×
35
    REPORT,
36

37
    /**
38
     * A sight (dashboard) resource.
39
     */
NEW
40
    @JsonProperty("sight")
×
41
    SIGHT,
42

43
    /**
44
     * A folder resource.
45
     */
NEW
46
    @JsonProperty("folder")
×
47
    FOLDER,
48

49
    /**
50
     * A template resource.
51
     */
NEW
52
    @JsonProperty("template")
×
53
    TEMPLATE
54
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc