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

Bynder / bynder-java-sdk / 16054241626

18 Mar 2025 10:16PM UTC coverage: 39.867%. Remained the same
16054241626

Pull #135

github

web-flow
update sdk to version 2.2.27 (#134)
Pull Request #135: Log poll import

0 of 3 new or added lines in 1 file covered. (0.0%)

50 existing lines in 2 files now uncovered.

781 of 1959 relevant lines covered (39.87%)

0.4 hits per line

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

0.0
/src/main/java/com/bynder/sdk/model/upload/FinaliseResponse.java
1
/*
2
 * Copyright (c) 2017 Bynder B.V. All rights reserved.
3
 *
4
 * Licensed under the MIT License. See LICENSE file in the project root for full license
5
 * information.
6
 */
7
package com.bynder.sdk.model.upload;
8

9
import com.bynder.sdk.api.BynderApi;
10

11
import java.util.Map;
12

13
/**
14
 * Model returned by {@link BynderApi#finaliseUpload(Map)}.
15
 */
UNCOV
16
public class FinaliseResponse {
×
17

18
    /**
19
     * Import id of the upload. Needed to poll and save media.
20
     */
21
    private String importId;
22

23
    public String getImportId() {
UNCOV
24
        return importId;
×
25
    }
26
}
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