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 classImmutablePullRequestCreateImmutable implementation ofPullRequestCreate.Methods in com.spotify.github.v3.prs.requests with parameters of type PullRequestCreate Modifier and Type Method Description static ImmutablePullRequestCreateImmutablePullRequestCreate. copyOf(PullRequestCreate instance)Creates an immutable copy of aPullRequestCreatevalue.ImmutablePullRequestCreate.BuilderImmutablePullRequestCreate.Builder. from(PullRequestCreate instance)Fill a builder with attribute values from the providedPullRequestCreateinstance.
-