Uses of Class
io.gs2.datastore.result.GetDataObjectHistoryResult
Packages that use GetDataObjectHistoryResult
-
Uses of GetDataObjectHistoryResult in io.gs2.datastore
Methods in io.gs2.datastore that return GetDataObjectHistoryResultModifier and TypeMethodDescriptionGs2DatastoreRestClient.getDataObjectHistory(GetDataObjectHistoryRequest request) Method parameters in io.gs2.datastore with type arguments of type GetDataObjectHistoryResultModifier and TypeMethodDescriptionvoidGs2DatastoreRestClient.getDataObjectHistoryAsync(GetDataObjectHistoryRequest request, AsyncAction<AsyncResult<GetDataObjectHistoryResult>> callback) -
Uses of GetDataObjectHistoryResult in io.gs2.datastore.result
Methods in io.gs2.datastore.result that return GetDataObjectHistoryResultModifier and TypeMethodDescriptionstatic GetDataObjectHistoryResultGetDataObjectHistoryResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetDataObjectHistoryResult.withItem(DataObjectHistory item)