Uses of Interface
com.spotify.github.v3.issues.PullRequest
-
Packages that use PullRequest Package Description com.spotify.github.v3.issues com.spotify.github.v3.search -
-
Uses of PullRequest in com.spotify.github.v3.issues
Classes in com.spotify.github.v3.issues that implement PullRequest Modifier and Type Class Description classImmutablePullRequestImmutable implementation ofPullRequest.Methods in com.spotify.github.v3.issues that return types with arguments of type PullRequest Modifier and Type Method Description Optional<PullRequest>ImmutableIssue. pullRequest()Pull request.Optional<PullRequest>Issue. pullRequest()Pull request.Methods in com.spotify.github.v3.issues with parameters of type PullRequest Modifier and Type Method Description static ImmutablePullRequestImmutablePullRequest. copyOf(PullRequest instance)Creates an immutable copy of aPullRequestvalue.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. from(PullRequest instance)Fill a builder with attribute values from the providedPullRequestinstance.ImmutableIssue.BuilderImmutableIssue.Builder. pullRequest(PullRequest pullRequest)Initializes the optional valuepullRequestto pullRequest.ImmutableIssueImmutableIssue. withPullRequest(PullRequest value)Copy the current immutable object by setting a present value for the optionalpullRequestattribute.Method parameters in com.spotify.github.v3.issues with type arguments of type PullRequest Modifier and Type Method Description ImmutableIssue.BuilderImmutableIssue.Builder. pullRequest(Optional<? extends PullRequest> pullRequest)Initializes the optional valuepullRequestto pullRequest.ImmutableIssueImmutableIssue. withPullRequest(Optional<? extends PullRequest> optional)Copy the current immutable object by setting an optional value for thepullRequestattribute. -
Uses of PullRequest in com.spotify.github.v3.search
Methods in com.spotify.github.v3.search that return types with arguments of type PullRequest Modifier and Type Method Description Optional<PullRequest>ImmutableSearchIssue. pullRequest()Pull request.Methods in com.spotify.github.v3.search with parameters of type PullRequest Modifier and Type Method Description ImmutableSearchIssue.BuilderImmutableSearchIssue.Builder. pullRequest(PullRequest pullRequest)Initializes the optional valuepullRequestto pullRequest.ImmutableSearchIssueImmutableSearchIssue. withPullRequest(PullRequest value)Copy the current immutable object by setting a present value for the optionalpullRequestattribute.Method parameters in com.spotify.github.v3.search with type arguments of type PullRequest Modifier and Type Method Description ImmutableSearchIssue.BuilderImmutableSearchIssue.Builder. pullRequest(Optional<? extends PullRequest> pullRequest)Initializes the optional valuepullRequestto pullRequest.ImmutableSearchIssueImmutableSearchIssue. withPullRequest(Optional<? extends PullRequest> optional)Copy the current immutable object by setting an optional value for thepullRequestattribute.
-