Uses of Class
io.gs2.log.result.CountIssueStampSheetLogResult
Packages that use CountIssueStampSheetLogResult
-
Uses of CountIssueStampSheetLogResult in io.gs2.log
Methods in io.gs2.log that return CountIssueStampSheetLogResultModifier and TypeMethodDescriptionGs2LogRestClient.countIssueStampSheetLog(CountIssueStampSheetLogRequest request) Method parameters in io.gs2.log with type arguments of type CountIssueStampSheetLogResultModifier and TypeMethodDescriptionvoidGs2LogRestClient.countIssueStampSheetLogAsync(CountIssueStampSheetLogRequest request, AsyncAction<AsyncResult<CountIssueStampSheetLogResult>> callback) -
Uses of CountIssueStampSheetLogResult in io.gs2.log.result
Methods in io.gs2.log.result that return CountIssueStampSheetLogResultModifier and TypeMethodDescriptionCountIssueStampSheetLogResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) CountIssueStampSheetLogResult.withItems(List<IssueStampSheetLogCount> items) CountIssueStampSheetLogResult.withNextPageToken(String nextPageToken) CountIssueStampSheetLogResult.withScanSize(Long scanSize) CountIssueStampSheetLogResult.withTotalCount(Long totalCount)