Uses of Class
dev.dosya.sdk.model.ShareLinkDetail
Packages that use ShareLinkDetail
-
Uses of ShareLinkDetail in dev.dosya.sdk.model
Methods in dev.dosya.sdk.model that return types with arguments of type ShareLinkDetail -
Uses of ShareLinkDetail in dev.dosya.sdk.resource
Methods in dev.dosya.sdk.resource that return ShareLinkDetailModifier and TypeMethodDescription@NotNull ShareLinkDetailFilesResource.createShareLink(@NotNull String fileId) Creates a new share link for a file with default settings.@NotNull ShareLinkDetailFilesResource.createShareLink(@NotNull String fileId, @Nullable CreateShareLinkParams params) Creates a new share link for a file with optional configuration.Methods in dev.dosya.sdk.resource that return types with arguments of type ShareLinkDetailModifier and TypeMethodDescription@NotNull List<ShareLinkDetail>FilesResource.getShareLinks(@NotNull String fileId) Retrieves all share links associated with a file.