Uses of Class
io.gs2.log.request.CountIssueStampSheetLogRequest
Packages that use CountIssueStampSheetLogRequest
-
Uses of CountIssueStampSheetLogRequest in io.gs2.log
Methods in io.gs2.log with parameters of type CountIssueStampSheetLogRequestModifier and TypeMethodDescriptionGs2LogRestClient.countIssueStampSheetLog(CountIssueStampSheetLogRequest request) voidGs2LogRestClient.countIssueStampSheetLogAsync(CountIssueStampSheetLogRequest request, AsyncAction<AsyncResult<CountIssueStampSheetLogResult>> callback) -
Uses of CountIssueStampSheetLogRequest in io.gs2.log.request
Methods in io.gs2.log.request that return CountIssueStampSheetLogRequestModifier and TypeMethodDescriptionCountIssueStampSheetLogRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CountIssueStampSheetLogRequest.withAction(Boolean action) CountIssueStampSheetLogRequest.withLongTerm(Boolean longTerm) CountIssueStampSheetLogRequest.withMethod(Boolean method) CountIssueStampSheetLogRequest.withNamespaceName(String namespaceName) CountIssueStampSheetLogRequest.withPageToken(String pageToken) CountIssueStampSheetLogRequest.withService(Boolean service) CountIssueStampSheetLogRequest.withTimeOffsetToken(String timeOffsetToken) CountIssueStampSheetLogRequest.withUserId(Boolean userId)