Uses of Class
dev.dosya.sdk.model.UploadProgress
Packages that use UploadProgress
-
Uses of UploadProgress in dev.dosya.sdk.model
Methods in dev.dosya.sdk.model that return types with arguments of type UploadProgressModifier and TypeMethodDescription@Nullable Consumer<UploadProgress>UploadParams.getOnProgress()Method parameters in dev.dosya.sdk.model with type arguments of type UploadProgress -
Uses of UploadProgress in dev.dosya.sdk.resource
Method parameters in dev.dosya.sdk.resource with type arguments of type UploadProgressModifier and TypeMethodDescription@NotNull UploadResultUploadResource.resume(@NotNull String sessionId, @org.jetbrains.annotations.NotNull byte[] body, @Nullable Consumer<UploadProgress> onProgress) Resumes a previously started multipart upload session.