Class UploadInitResponse.Resumable

java.lang.Object
dev.dosya.sdk.model.UploadInitResponse.Resumable
Enclosing class:
UploadInitResponse

public static final class UploadInitResponse.Resumable extends Object
Multipart upload configuration returned when the file qualifies for resumable upload.
Since:
0.1.0
  • Constructor Details

    • Resumable

      public Resumable(int partSize, int totalParts, @NotNull @NotNull String partUploadUrl, @NotNull @NotNull String completeUrl, @NotNull @NotNull String statusUrl)
  • Method Details

    • getPartSize

      public int getPartSize()
    • getTotalParts

      public int getTotalParts()
    • getPartUploadUrl

      @NotNull public @NotNull String getPartUploadUrl()
    • getCompleteUrl

      @NotNull public @NotNull String getCompleteUrl()
    • getStatusUrl

      @NotNull public @NotNull String getStatusUrl()