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