Uses of Class
io.gs2.log.model.ExecuteStampSheetLog
Packages that use ExecuteStampSheetLog
-
Uses of ExecuteStampSheetLog in io.gs2.log.model
Methods in io.gs2.log.model that return ExecuteStampSheetLogModifier and TypeMethodDescriptionstatic ExecuteStampSheetLogExecuteStampSheetLog.fromJson(com.fasterxml.jackson.databind.JsonNode data) ExecuteStampSheetLog.withAction(String action) ExecuteStampSheetLog.withMethod(String method) ExecuteStampSheetLog.withService(String service) ExecuteStampSheetLog.withTimestamp(Long timestamp) ExecuteStampSheetLog.withTransactionId(String transactionId) ExecuteStampSheetLog.withUserId(String userId) -
Uses of ExecuteStampSheetLog in io.gs2.log.result
Methods in io.gs2.log.result that return types with arguments of type ExecuteStampSheetLogMethod parameters in io.gs2.log.result with type arguments of type ExecuteStampSheetLogModifier and TypeMethodDescriptionvoidQueryExecuteStampSheetLogResult.setItems(List<ExecuteStampSheetLog> items) QueryExecuteStampSheetLogResult.withItems(List<ExecuteStampSheetLog> items)