Uses of Enum Class
io.github.coho04.githubapi.enums.GHState
Packages that use GHState
Package
Description
-
Uses of GHState in io.github.coho04.githubapi.builders
Methods in io.github.coho04.githubapi.builders that return GHState -
Uses of GHState in io.github.coho04.githubapi.entities
Methods in io.github.coho04.githubapi.entities that return GHState -
Uses of GHState in io.github.coho04.githubapi.entities.repositories
Methods in io.github.coho04.githubapi.entities.repositories that return GHStateModifier and TypeMethodDescriptionGHIssue.getState()
Returns the state of the issue.GHMilestone.getState()
Returns the state of the milestone.Methods in io.github.coho04.githubapi.entities.repositories with parameters of type GHStateModifier and TypeMethodDescriptionboolean
GHRepository.hasPullRequestsWithState
(GHState state) Checks if this repository has any pull requests with the given state. -
Uses of GHState in io.github.coho04.githubapi.enums
Methods in io.github.coho04.githubapi.enums that return GHStateModifier and TypeMethodDescriptionstatic GHState
GHState.fromString
(String state) Returns the GHState that corresponds to the specified string.static GHState
Returns the enum constant of this class with the specified name.static GHState[]
GHState.values()
Returns an array containing the constants of this enum class, in the order they are declared.