Uses of Class
io.gs2.log.request.QueryIssueStampSheetLogRequest
Packages that use QueryIssueStampSheetLogRequest
-
Uses of QueryIssueStampSheetLogRequest in io.gs2.log
Methods in io.gs2.log with parameters of type QueryIssueStampSheetLogRequestModifier and TypeMethodDescriptionGs2LogRestClient.queryIssueStampSheetLog(QueryIssueStampSheetLogRequest request) voidGs2LogRestClient.queryIssueStampSheetLogAsync(QueryIssueStampSheetLogRequest request, AsyncAction<AsyncResult<QueryIssueStampSheetLogResult>> callback) -
Uses of QueryIssueStampSheetLogRequest in io.gs2.log.request
Methods in io.gs2.log.request that return QueryIssueStampSheetLogRequestModifier and TypeMethodDescriptionQueryIssueStampSheetLogRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) QueryIssueStampSheetLogRequest.withAction(String action) QueryIssueStampSheetLogRequest.withDuplicationAvoider(String duplicationAvoider) QueryIssueStampSheetLogRequest.withLongTerm(Boolean longTerm) QueryIssueStampSheetLogRequest.withMethod(String method) QueryIssueStampSheetLogRequest.withNamespaceName(String namespaceName) QueryIssueStampSheetLogRequest.withPageToken(String pageToken) QueryIssueStampSheetLogRequest.withService(String service) QueryIssueStampSheetLogRequest.withUserId(String userId)