Class FileRequestDetail

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

public final class FileRequestDetail extends Object
Detailed information about a file request.
Since:
0.1.0
  • Method Details

    • getId

      @NotNull public @NotNull String getId()
    • getToken

      @NotNull public @NotNull String getToken()
    • getUrl

      @NotNull public @NotNull String getUrl()
    • getTitle

      @Nullable public @Nullable String getTitle()
    • getMessage

      @Nullable public @Nullable String getMessage()
    • getIsPasswordProtected

      public int getIsPasswordProtected()
    • getExpiresAt

      @Nullable public @Nullable Long getExpiresAt()
    • getUploadCount

      public int getUploadCount()
    • getCreatedAt

      public long getCreatedAt()