Interface ReviewLinks
-
- All Known Implementing Classes:
ImmutableReviewLinks
@Immutable public interface ReviewLinksReference links for the Review entity
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceReviewLinks.Href<T>Holder for href values.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReviewLinks.Href<URI>html()Html.ReviewLinks.Href<URI>pullRequest()Pull Request.
-
-
-
Method Detail
-
html
@Nullable ReviewLinks.Href<URI> html()
Html.
-
pullRequest
@Nullable ReviewLinks.Href<URI> pullRequest()
Pull Request.
-
-