Uses of Class
com.spotify.github.v3.issues.ImmutablePullRequest
-
Packages that use ImmutablePullRequest Package Description com.spotify.github.v3.issues -
-
Uses of ImmutablePullRequest in com.spotify.github.v3.issues
Methods in com.spotify.github.v3.issues that return ImmutablePullRequest Modifier and Type Method Description ImmutablePullRequestImmutablePullRequest.Builder. build()Builds a newImmutablePullRequest.static ImmutablePullRequestImmutablePullRequest. copyOf(PullRequest instance)Creates an immutable copy of aPullRequestvalue.ImmutablePullRequestImmutablePullRequest. withDiffUrl(URI value)Copy the current immutable object by setting a value for thediffUrlattribute.ImmutablePullRequestImmutablePullRequest. withHtmlUrl(URI value)Copy the current immutable object by setting a value for thehtmlUrlattribute.ImmutablePullRequestImmutablePullRequest. withPatchUrl(URI value)Copy the current immutable object by setting a value for thepatchUrlattribute.ImmutablePullRequestImmutablePullRequest. withUrl(URI value)Copy the current immutable object by setting a value for theurlattribute.
-