Uses of Class
io.gs2.datastore.request.PrepareDownloadOwnDataByGenerationRequest
Packages that use PrepareDownloadOwnDataByGenerationRequest
-
Uses of PrepareDownloadOwnDataByGenerationRequest in io.gs2.datastore
Methods in io.gs2.datastore with parameters of type PrepareDownloadOwnDataByGenerationRequestModifier and TypeMethodDescriptionGs2DatastoreRestClient.prepareDownloadOwnDataByGeneration(PrepareDownloadOwnDataByGenerationRequest request) voidGs2DatastoreRestClient.prepareDownloadOwnDataByGenerationAsync(PrepareDownloadOwnDataByGenerationRequest request, AsyncAction<AsyncResult<PrepareDownloadOwnDataByGenerationResult>> callback) -
Uses of PrepareDownloadOwnDataByGenerationRequest in io.gs2.datastore.request
Methods in io.gs2.datastore.request that return PrepareDownloadOwnDataByGenerationRequestModifier and TypeMethodDescriptionPrepareDownloadOwnDataByGenerationRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) PrepareDownloadOwnDataByGenerationRequest.withAccessToken(String accessToken) PrepareDownloadOwnDataByGenerationRequest.withDataObjectName(String dataObjectName) PrepareDownloadOwnDataByGenerationRequest.withDuplicationAvoider(String duplicationAvoider) PrepareDownloadOwnDataByGenerationRequest.withGeneration(String generation) PrepareDownloadOwnDataByGenerationRequest.withNamespaceName(String namespaceName)