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