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