Uses of Enum
org.sourcelab.github.client.objects.Affiliations
Packages that use Affiliations
-
Uses of Affiliations in org.sourcelab.github.client.objects
Methods in org.sourcelab.github.client.objects that return AffiliationsModifier and TypeMethodDescriptionstatic AffiliationsReturns the enum constant of this type with the specified name.static Affiliations[]Affiliations.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Affiliations in org.sourcelab.github.client.request
Methods in org.sourcelab.github.client.request that return types with arguments of type AffiliationsMethods in org.sourcelab.github.client.request with parameters of type AffiliationsModifier and TypeMethodDescriptionUserReposOptionsBuilder.withAffiliation(Affiliations affiliation) Method parameters in org.sourcelab.github.client.request with type arguments of type AffiliationsModifier and TypeMethodDescriptionUserReposOptionsBuilder.withAffiliations(Set<Affiliations> affiliations) Constructor parameters in org.sourcelab.github.client.request with type arguments of type AffiliationsModifierConstructorDescriptionUserReposFilterCriteria(Set<Affiliations> affiliation, Set<RepositoryType> type, UserReposFilterCriteria.Sort sort, SortDirection direction, PageOptions pageOptions, ZonedDateTime since, ZonedDateTime before) Constructor.