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