static GHPullRequestReviewComment.Side |
GHPullRequestReviewComment.Side.from(String value) |
From.
|
GHPullRequestReviewComment.Side |
GHPullRequestReviewComment.getSide() |
Gets The side of the diff to which the comment applies.
|
GHPullRequestReviewComment.Side |
GHPullRequestReviewComment.getStartSide() |
Gets The side of the first line of the range for a multi-line comment.
|
static GHPullRequestReviewComment.Side |
GHPullRequestReviewComment.Side.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static GHPullRequestReviewComment.Side[] |
GHPullRequestReviewComment.Side.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|