Uses of Interface
com.spotify.github.v3.prs.requests.PullRequestCreate
-
Packages that use PullRequestCreate Package Description com.spotify.github.v3.clients com.spotify.github.v3.prs.requests -
-
Uses of PullRequestCreate in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients with parameters of type PullRequestCreate Modifier and Type Method Description CompletableFuture<PullRequest>
PullRequestClient. create(PullRequestCreate request)
Create a pull request. -
Uses of PullRequestCreate in com.spotify.github.v3.prs.requests
Classes in com.spotify.github.v3.prs.requests that implement PullRequestCreate Modifier and Type Class Description class
ImmutablePullRequestCreate
Immutable implementation ofPullRequestCreate
.Methods in com.spotify.github.v3.prs.requests with parameters of type PullRequestCreate Modifier and Type Method Description static ImmutablePullRequestCreate
ImmutablePullRequestCreate. copyOf(PullRequestCreate instance)
Creates an immutable copy of aPullRequestCreate
value.ImmutablePullRequestCreate.Builder
ImmutablePullRequestCreate.Builder. from(PullRequestCreate instance)
Fill a builder with attribute values from the providedPullRequestCreate
instance.
-