Package com.spotify.github.v3.prs
Class PullRequestActionState
- java.lang.Object
-
- com.spotify.github.v3.prs.PullRequestActionState
-
public class PullRequestActionState extends Object
Helpful constants for common PullRequest Action states.
-
-
Field Summary
Fields Modifier and Type Field Description static StringASSIGNEDstatic StringCLOSEDstatic StringEDITEDstatic StringLABELEDstatic StringOPENEDstatic StringREOPENEDstatic StringREVIEW_REQUEST_REMOVEDstatic StringREVIEW_REQUESTEDstatic StringSYNCHRONIZEstatic StringUNASSIGNEDstatic StringUNLABELED
-
-
-
Field Detail
-
ASSIGNED
public static final String ASSIGNED
- See Also:
- Constant Field Values
-
CLOSED
public static final String CLOSED
- See Also:
- Constant Field Values
-
EDITED
public static final String EDITED
- See Also:
- Constant Field Values
-
LABELED
public static final String LABELED
- See Also:
- Constant Field Values
-
OPENED
public static final String OPENED
- See Also:
- Constant Field Values
-
REOPENED
public static final String REOPENED
- See Also:
- Constant Field Values
-
REVIEW_REQUESTED
public static final String REVIEW_REQUESTED
- See Also:
- Constant Field Values
-
REVIEW_REQUEST_REMOVED
public static final String REVIEW_REQUEST_REMOVED
- See Also:
- Constant Field Values
-
SYNCHRONIZE
public static final String SYNCHRONIZE
- See Also:
- Constant Field Values
-
UNASSIGNED
public static final String UNASSIGNED
- See Also:
- Constant Field Values
-
UNLABELED
public static final String UNLABELED
- See Also:
- Constant Field Values
-
-