Uses of Class
io.gs2.datastore.result.PrepareDownloadByUserIdAndDataObjectNameResult
Packages that use PrepareDownloadByUserIdAndDataObjectNameResult
-
Uses of PrepareDownloadByUserIdAndDataObjectNameResult in io.gs2.datastore
Methods in io.gs2.datastore that return PrepareDownloadByUserIdAndDataObjectNameResultModifier and TypeMethodDescriptionGs2DatastoreRestClient.prepareDownloadByUserIdAndDataObjectName(PrepareDownloadByUserIdAndDataObjectNameRequest request) Method parameters in io.gs2.datastore with type arguments of type PrepareDownloadByUserIdAndDataObjectNameResultModifier and TypeMethodDescriptionvoidGs2DatastoreRestClient.prepareDownloadByUserIdAndDataObjectNameAsync(PrepareDownloadByUserIdAndDataObjectNameRequest request, AsyncAction<AsyncResult<PrepareDownloadByUserIdAndDataObjectNameResult>> callback) -
Uses of PrepareDownloadByUserIdAndDataObjectNameResult in io.gs2.datastore.result
Methods in io.gs2.datastore.result that return PrepareDownloadByUserIdAndDataObjectNameResultModifier and TypeMethodDescriptionPrepareDownloadByUserIdAndDataObjectNameResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) PrepareDownloadByUserIdAndDataObjectNameResult.withContentLength(Long contentLength) PrepareDownloadByUserIdAndDataObjectNameResult.withFileUrl(String fileUrl) PrepareDownloadByUserIdAndDataObjectNameResult.withItem(DataObject item)