Uses of Interface
com.spotify.github.v3.prs.requests.PullRequestParameters
-
Packages that use PullRequestParameters Package Description com.spotify.github.v3.clients com.spotify.github.v3.prs.requests -
-
Uses of PullRequestParameters in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients with parameters of type PullRequestParameters Modifier and Type Method Description CompletableFuture<List<PullRequestItem>>PullRequestClient. list(PullRequestParameters parameters)List repository pull requests using given parameters. -
Uses of PullRequestParameters in com.spotify.github.v3.prs.requests
Classes in com.spotify.github.v3.prs.requests that implement PullRequestParameters Modifier and Type Class Description classImmutablePullRequestParametersImmutable implementation ofPullRequestParameters.Methods in com.spotify.github.v3.prs.requests with parameters of type PullRequestParameters Modifier and Type Method Description static ImmutablePullRequestParametersImmutablePullRequestParameters. copyOf(PullRequestParameters instance)Creates an immutable copy of aPullRequestParametersvalue.ImmutablePullRequestParameters.BuilderImmutablePullRequestParameters.Builder. from(PullRequestParameters instance)Fill a builder with attribute values from the providedPullRequestParametersinstance.
-