Uses of Class
io.gs2.log.result.QueryIssueStampSheetLogResult
Packages that use QueryIssueStampSheetLogResult
-
Uses of QueryIssueStampSheetLogResult in io.gs2.log
Methods in io.gs2.log that return QueryIssueStampSheetLogResultModifier and TypeMethodDescriptionGs2LogRestClient.queryIssueStampSheetLog(QueryIssueStampSheetLogRequest request) Method parameters in io.gs2.log with type arguments of type QueryIssueStampSheetLogResultModifier and TypeMethodDescriptionvoidGs2LogRestClient.queryIssueStampSheetLogAsync(QueryIssueStampSheetLogRequest request, AsyncAction<AsyncResult<QueryIssueStampSheetLogResult>> callback) -
Uses of QueryIssueStampSheetLogResult in io.gs2.log.result
Methods in io.gs2.log.result that return QueryIssueStampSheetLogResultModifier and TypeMethodDescriptionQueryIssueStampSheetLogResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) QueryIssueStampSheetLogResult.withItems(List<IssueStampSheetLog> items) QueryIssueStampSheetLogResult.withNextPageToken(String nextPageToken) QueryIssueStampSheetLogResult.withScanSize(Long scanSize) QueryIssueStampSheetLogResult.withTotalCount(Long totalCount)