Package org.miaixz.bus.gitlab.models
Class IssuesStatisticsFilter
java.lang.Object
org.miaixz.bus.gitlab.models.IssuesStatisticsFilter
- All Implemented Interfaces:
Serializable
This class is used to filter issues when getting issue statistics. of them.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwithAssigneeId(Long assigneeId) withAuthorId(Long authorId) withConfidential(Boolean confidential) withCreatedAfter(Date createdAfter) withCreatedBefore(Date createdBefore) withLabels(List<String> labels) withMilestone(String milestone) withMyReactionEmoji(String myReactionEmoji) withScope(Constants.IssueScope scope) withSearch(String search) withUpdatedAfter(Date updatedAfter) withUpdatedBefore(Date updatedBefore)
-
Constructor Details
-
IssuesStatisticsFilter
public IssuesStatisticsFilter()
-
-
Method Details
-
withLabels
-
withIids
-
withMilestone
-
withScope
-
withAuthorId
-
withAssigneeId
-
withMyReactionEmoji
-
withSearch
-
withIn
-
withCreatedAfter
-
withCreatedBefore
-
withUpdatedAfter
-
withUpdatedBefore
-
withConfidential
-
getQueryParams
- Throws:
GitLabApiException
-