Class ShareLinkDetail

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

public final class ShareLinkDetail extends Object
Detailed information about a share link for a file.
Since:
0.1.0
  • Method Details

    • getId

      @NotNull public @NotNull String getId()
    • getFileId

      @NotNull public @NotNull String getFileId()
    • getFileName

      @NotNull public @NotNull String getFileName()
    • getToken

      @NotNull public @NotNull String getToken()
    • getIsPasswordProtected

      public int getIsPasswordProtected()
    • getExpiresAt

      @Nullable public @Nullable Long getExpiresAt()
    • getDownloadCount

      public int getDownloadCount()
    • getCreatedAt

      public long getCreatedAt()
    • getCreatedBy

      @NotNull public @NotNull String getCreatedBy()
    • getStatus

      @NotNull public @NotNull String getStatus()