Uses of Class
io.gs2.datastore.model.DataObjectHistory
Packages that use DataObjectHistory
-
Uses of DataObjectHistory in io.gs2.datastore.model
Methods in io.gs2.datastore.model that return DataObjectHistoryModifier and TypeMethodDescriptionstatic DataObjectHistoryDataObjectHistory.fromJson(com.fasterxml.jackson.databind.JsonNode data) DataObjectHistory.withContentLength(Long contentLength) DataObjectHistory.withCreatedAt(Long createdAt) DataObjectHistory.withDataObjectHistoryId(String dataObjectHistoryId) DataObjectHistory.withDataObjectName(String dataObjectName) DataObjectHistory.withGeneration(String generation) DataObjectHistory.withRevision(Long revision) Methods in io.gs2.datastore.model with parameters of type DataObjectHistory -
Uses of DataObjectHistory in io.gs2.datastore.result
Methods in io.gs2.datastore.result that return DataObjectHistoryModifier and TypeMethodDescriptionGetDataObjectHistoryByUserIdResult.getItem()GetDataObjectHistoryResult.getItem()Methods in io.gs2.datastore.result that return types with arguments of type DataObjectHistoryModifier and TypeMethodDescriptionDescribeDataObjectHistoriesByUserIdResult.getItems()DescribeDataObjectHistoriesResult.getItems()Methods in io.gs2.datastore.result with parameters of type DataObjectHistoryModifier and TypeMethodDescriptionvoidGetDataObjectHistoryByUserIdResult.setItem(DataObjectHistory item) voidGetDataObjectHistoryResult.setItem(DataObjectHistory item) GetDataObjectHistoryByUserIdResult.withItem(DataObjectHistory item) GetDataObjectHistoryResult.withItem(DataObjectHistory item) Method parameters in io.gs2.datastore.result with type arguments of type DataObjectHistoryModifier and TypeMethodDescriptionvoidDescribeDataObjectHistoriesByUserIdResult.setItems(List<DataObjectHistory> items) voidDescribeDataObjectHistoriesResult.setItems(List<DataObjectHistory> items) DescribeDataObjectHistoriesByUserIdResult.withItems(List<DataObjectHistory> items) DescribeDataObjectHistoriesResult.withItems(List<DataObjectHistory> items)