digitalocean-api-java
digitalocean-api-java copied to clipboard
Wrong SnapshotId type for Volume Snapshots
ImageId and Droplet SnapshotId are integer, but VolumeId and Volume SnapshotId are string. That cause type mismatch, while trying to get all snapshots or volume snapshots.