Uses of Class
io.gs2.log.result.QueryExecuteStampSheetLogResult
Packages that use QueryExecuteStampSheetLogResult
-
Uses of QueryExecuteStampSheetLogResult in io.gs2.log
Methods in io.gs2.log that return QueryExecuteStampSheetLogResultModifier and TypeMethodDescriptionGs2LogRestClient.queryExecuteStampSheetLog(QueryExecuteStampSheetLogRequest request) Method parameters in io.gs2.log with type arguments of type QueryExecuteStampSheetLogResultModifier and TypeMethodDescriptionvoidGs2LogRestClient.queryExecuteStampSheetLogAsync(QueryExecuteStampSheetLogRequest request, AsyncAction<AsyncResult<QueryExecuteStampSheetLogResult>> callback) -
Uses of QueryExecuteStampSheetLogResult in io.gs2.log.result
Methods in io.gs2.log.result that return QueryExecuteStampSheetLogResultModifier and TypeMethodDescriptionQueryExecuteStampSheetLogResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) QueryExecuteStampSheetLogResult.withItems(List<ExecuteStampSheetLog> items) QueryExecuteStampSheetLogResult.withNextPageToken(String nextPageToken) QueryExecuteStampSheetLogResult.withScanSize(Long scanSize) QueryExecuteStampSheetLogResult.withTotalCount(Long totalCount)