Uses of Enum Class
edu.sustech.search.engine.github.models.AuthorAssociation
Packages that use AuthorAssociation
Package
Description
-
Uses of AuthorAssociation in edu.sustech.search.engine.github.models
Methods in edu.sustech.search.engine.github.models that return AuthorAssociationModifier and TypeMethodDescriptionstatic AuthorAssociation
Returns the enum constant of this class with the specified name.static AuthorAssociation[]
AuthorAssociation.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AuthorAssociation in edu.sustech.search.engine.github.models.issue
Methods in edu.sustech.search.engine.github.models.issue that return AuthorAssociationMethods in edu.sustech.search.engine.github.models.issue with parameters of type AuthorAssociationModifier and TypeMethodDescriptionvoid
Issue.setAuthorAssociation
(AuthorAssociation authorAssociation)