Class FileVersionsResponse

java.lang.Object
dev.dosya.sdk.model.FileVersionsResponse

public final class FileVersionsResponse extends Object
Response returned when listing file versions.

Contains the file name, current version number, and a list of all versions.

Since:
0.1.0
  • Method Details

    • getFileName

      @NotNull public @NotNull String getFileName()
    • getCurrentVersion

      public int getCurrentVersion()
    • getVersions

      @NotNull public @NotNull List<FileVersion> getVersions()