Uses of Class
ru.slie.luna.issue.comment.CommentsSearchParams
Packages that use CommentsSearchParams
-
Uses of CommentsSearchParams in ru.slie.luna.issue.comment
Methods in ru.slie.luna.issue.comment that return CommentsSearchParamsModifier and TypeMethodDescriptionCommentsSearchParams.createdAfter(LocalDateTime createdAfter) CommentsSearchParams.createdBefore(LocalDateTime createdBefore) static CommentsSearchParamsCommentsSearchParams.forPage(int page, int limit) CommentsSearchParams.forUpdater(Long... updaterIds) CommentsSearchParams.newestFirst(boolean newestFirst) CommentsSearchParams.updatedAfter(LocalDateTime updatedAfter) CommentsSearchParams.updatedBefore(LocalDateTime updatedBefore) Methods in ru.slie.luna.issue.comment with parameters of type CommentsSearchParams