Package ru.slie.luna.issue.comment
Class CommentsSearchParams
java.lang.Object
ru.slie.luna.search.SearchParams
ru.slie.luna.issue.comment.CommentsSearchParams
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCommentsSearchParams(int page, int limit, Collection<String> excludes) -
Method Summary
Modifier and TypeMethodDescriptioncreatedAfter(LocalDateTime createdAfter) createdBefore(LocalDateTime createdBefore) static CommentsSearchParamsforPage(int page, int limit) forUpdater(Long... updaterIds) getTerm()booleannewestFirst(boolean newestFirst) updatedAfter(LocalDateTime updatedAfter) updatedBefore(LocalDateTime updatedBefore) Methods inherited from class ru.slie.luna.search.SearchParams
forPage, getExcludes, getLimit, getPage, getSkip
-
Constructor Details
-
CommentsSearchParams
-
-
Method Details
-
forPage
-
getIssueIds
-
getProjectIds
-
getAuthorIds
-
getUpdaterIds
-
getCreatedAfter
-
getCreatedBefore
-
getUpdatedAfter
-
getUpdatedBefore
-
getTerm
-
isNewestFirst
public boolean isNewestFirst() -
forIssue
-
forAuthor
-
forUpdater
-
createdAfter
-
createdBefore
-
updatedAfter
-
updatedBefore
-
term
-
newestFirst
-
projectId
-