Class UserReposOptionsBuilder
java.lang.Object
org.sourcelab.github.client.request.UserReposOptionsBuilder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()withAffiliation(Affiliations affiliation) withAffiliations(Set<Affiliations> affiliations) withBefore(ZonedDateTime before) withDirection(SortDirection direction) withPageOptions(PageOptions pageOptions) withSince(ZonedDateTime since) withType(RepositoryType type) withTypes(Set<RepositoryType> type)
-
Constructor Details
-
UserReposOptionsBuilder
public UserReposOptionsBuilder()
-
-
Method Details
-
withAffiliations
-
withAffiliation
-
withTypes
-
withType
-
withSort
-
withDirection
-
withPageOptions
-
withSince
-
withBefore
-
build
-