Package dev.dosya.sdk.model
Class UploadResult
java.lang.Object
dev.dosya.sdk.model.UploadResult
The result of a successful file upload, containing the uploaded file detail and session ID.
- Since:
- 0.1.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classDetails of the file that was uploaded. -
Constructor Summary
ConstructorsConstructorDescriptionUploadResult(@NotNull UploadResult.UploadedFile file, @NotNull String sessionId) -
Method Summary
-
Constructor Details
-
UploadResult
public UploadResult(@NotNull @NotNull UploadResult.UploadedFile file, @NotNull @NotNull String sessionId)
-
-
Method Details
-
getFile
-
getSessionId
-