Package org.miaixz.bus.gitlab.models
Class IterationFilter
java.lang.Object
org.miaixz.bus.gitlab.models.IterationFilter
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIn()getQueryParams(int page, int perPage) getState()voidvoidsetIncludeAncestors(Boolean includeAncestors) voidvoidvoidsetUpdatedAfter(Date updatedAfter) voidsetUpdatedBefore(Date updatedBefore) withIncludeAncestors(Boolean includeAncestors) withSearch(String search) withUpdatedAfter(Date updatedAfter) withUpdatedBefore(Date updatedBefore)
-
Constructor Details
-
IterationFilter
public IterationFilter()
-
-
Method Details
-
getState
-
setState
-
getSearch
-
setSearch
-
getIn
-
setIn
-
getIncludeAncestors
-
setIncludeAncestors
-
getUpdatedAfter
-
setUpdatedAfter
-
getUpdatedBefore
-
setUpdatedBefore
-
withState
-
withSearch
-
withIn
-
withIncludeAncestors
-
withUpdatedAfter
-
withUpdatedBefore
-
getQueryParams
-
getQueryParams
-