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

Bynder / bynder-java-sdk / 17530374637

31 Jul 2025 03:34PM UTC coverage: 39.757%. Remained the same
17530374637

Pull #141

github

web-flow
update sdk to version 2.2.28 (#139)
Pull Request #141: Update CollectionCover model

784 of 1972 relevant lines covered (39.76%)

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/CollectionCover.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;
8

9
import java.net.URL;
10
import java.util.List;
11

12
/**
13
 * Model to represent the cover of a {@link Collection}.
14
 */
15
public class CollectionCover {
×
16

17
    /**
18
     * Thumbnail URL.
19
     */
20
    private URL thumbnail;
21
    /**
22
     * Thumbnails URLs.
23
     */
24
    private List<URL> thumbnails;
25
    /**
26
     * Cover large version URL.
27
     */
28
    private URL large;
29

30
    public URL getThumbnail() {
31
        return thumbnail;
×
32
    }
33

34
    public List<URL> getThumbnails() {
35
        return thumbnails;
×
36
    }
37

38
    public URL getLarge() {
39
        return large;
×
40
    }
41
}
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