Class ShareBundleLink

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

public final class ShareBundleLink extends Object
Represents a share bundle link that groups multiple files into a single shareable URL.
Since:
0.1.0
  • Method Details

    • getId

      @NotNull public @NotNull String getId()
    • getToken

      @NotNull public @NotNull String getToken()
    • getUrl

      @NotNull public @NotNull String getUrl()
    • getFileCount

      public int getFileCount()
    • getExpiresAt

      @Nullable public @Nullable Long getExpiresAt()
    • getCreatedAt

      public long getCreatedAt()