Uses of Interface
com.spotify.github.v3.issues.Issue
-
Packages that use Issue Package Description com.spotify.github.v3.activity.events com.spotify.github.v3.clients com.spotify.github.v3.issues com.spotify.github.v3.search -
-
Uses of Issue in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return Issue Modifier and Type Method Description IssueImmutableIssueCommentEvent. issue()TheIssuethe comment belongs to.IssueImmutableIssuesEvent. issue()IssueIssueIssueCommentEvent. issue()TheIssuethe comment belongs to.IssueIssuesEvent. issue()IssueMethods in com.spotify.github.v3.activity.events with parameters of type Issue Modifier and Type Method Description ImmutableIssueCommentEvent.BuilderImmutableIssueCommentEvent.Builder. issue(Issue issue)Initializes the value for theissueattribute.ImmutableIssuesEvent.BuilderImmutableIssuesEvent.Builder. issue(Issue issue)Initializes the value for theissueattribute.ImmutableIssueCommentEventImmutableIssueCommentEvent. withIssue(Issue value)Copy the current immutable object by setting a value for theissueattribute.ImmutableIssuesEventImmutableIssuesEvent. withIssue(Issue value)Copy the current immutable object by setting a value for theissueattribute. -
Uses of Issue in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type Issue Modifier and Type Method Description CompletableFuture<Issue>IssueClient. getIssue(int id)Get issue by id -
Uses of Issue in com.spotify.github.v3.issues
Classes in com.spotify.github.v3.issues that implement Issue Modifier and Type Class Description classImmutableIssueImmutable implementation ofIssue.Methods in com.spotify.github.v3.issues that return types with arguments of type Issue Modifier and Type Method Description Optional<Issue>Event. issue()Issue.Optional<Issue>ImmutableEvent. issue()Issue.Methods in com.spotify.github.v3.issues with parameters of type Issue Modifier and Type Method Description static ImmutableIssueImmutableIssue. copyOf(Issue instance)Creates an immutable copy of aIssuevalue.ImmutableIssue.BuilderImmutableIssue.Builder. from(Issue instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.issues.Issueinstance.ImmutableEvent.BuilderImmutableEvent.Builder. issue(Issue issue)Initializes the optional valueissueto issue.ImmutableEventImmutableEvent. withIssue(Issue value)Copy the current immutable object by setting a present value for the optionalissueattribute.Method parameters in com.spotify.github.v3.issues with type arguments of type Issue Modifier and Type Method Description ImmutableEvent.BuilderImmutableEvent.Builder. issue(Optional<? extends Issue> issue)Initializes the optional valueissueto issue.ImmutableEventImmutableEvent. withIssue(Optional<? extends Issue> optional)Copy the current immutable object by setting an optional value for theissueattribute. -
Uses of Issue in com.spotify.github.v3.search
Subinterfaces of Issue in com.spotify.github.v3.search Modifier and Type Interface Description interfaceSearchIssueIssues search resultsClasses in com.spotify.github.v3.search that implement Issue Modifier and Type Class Description classImmutableSearchIssueImmutable implementation ofSearchIssue.Methods in com.spotify.github.v3.search with parameters of type Issue Modifier and Type Method Description ImmutableSearchIssue.BuilderImmutableSearchIssue.Builder. from(Issue instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.issues.Issueinstance.
-