Uses of Interface
com.spotify.github.CloseTracking
-
Packages that use CloseTracking Package Description com.spotify.github com.spotify.github.v3 com.spotify.github.v3.issues com.spotify.github.v3.prs com.spotify.github.v3.search -
-
Uses of CloseTracking in com.spotify.github
Classes in com.spotify.github that implement CloseTracking Modifier and Type Class Description classImmutableCloseTrackingImmutable implementation ofCloseTracking.Methods in com.spotify.github with parameters of type CloseTracking Modifier and Type Method Description static ImmutableCloseTrackingImmutableCloseTracking. copyOf(CloseTracking instance)Creates an immutable copy of aCloseTrackingvalue.ImmutableCloseTracking.BuilderImmutableCloseTracking.Builder. from(CloseTracking instance)Fill a builder with attribute values from the providedcom.spotify.github.CloseTrackinginstance. -
Uses of CloseTracking in com.spotify.github.v3
Subinterfaces of CloseTracking in com.spotify.github.v3 Modifier and Type Interface Description interfaceMilestoneMilestone resourceClasses in com.spotify.github.v3 that implement CloseTracking Modifier and Type Class Description classImmutableMilestoneImmutable implementation ofMilestone.Methods in com.spotify.github.v3 with parameters of type CloseTracking Modifier and Type Method Description ImmutableMilestone.BuilderImmutableMilestone.Builder. from(CloseTracking instance)Fill a builder with attribute values from the providedcom.spotify.github.CloseTrackinginstance. -
Uses of CloseTracking in com.spotify.github.v3.issues
Subinterfaces of CloseTracking in com.spotify.github.v3.issues Modifier and Type Interface Description interfaceIssueIssue resource.Classes in com.spotify.github.v3.issues that implement CloseTracking Modifier and Type Class Description classImmutableIssueImmutable implementation ofIssue.Methods in com.spotify.github.v3.issues with parameters of type CloseTracking Modifier and Type Method Description ImmutableIssue.BuilderImmutableIssue.Builder. from(CloseTracking instance)Fill a builder with attribute values from the providedcom.spotify.github.CloseTrackinginstance. -
Uses of CloseTracking in com.spotify.github.v3.prs
Subinterfaces of CloseTracking in com.spotify.github.v3.prs Modifier and Type Interface Description interfacePullRequestPull request resource represents data returned by a single PR get operation.interfacePullRequestItemPull request item resource represents data returned during pull request list operationClasses in com.spotify.github.v3.prs that implement CloseTracking Modifier and Type Class Description classImmutablePullRequestImmutable implementation ofPullRequest.classImmutablePullRequestItemImmutable implementation ofPullRequestItem.Methods in com.spotify.github.v3.prs with parameters of type CloseTracking Modifier and Type Method Description ImmutablePullRequest.BuilderImmutablePullRequest.Builder. from(CloseTracking instance)Fill a builder with attribute values from the providedcom.spotify.github.CloseTrackinginstance.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. from(CloseTracking instance)Fill a builder with attribute values from the providedcom.spotify.github.CloseTrackinginstance. -
Uses of CloseTracking in com.spotify.github.v3.search
Subinterfaces of CloseTracking in com.spotify.github.v3.search Modifier and Type Interface Description interfaceSearchIssueIssues search resultsClasses in com.spotify.github.v3.search that implement CloseTracking Modifier and Type Class Description classImmutableSearchIssueImmutable implementation ofSearchIssue.Methods in com.spotify.github.v3.search with parameters of type CloseTracking Modifier and Type Method Description ImmutableSearchIssue.BuilderImmutableSearchIssue.Builder. from(CloseTracking instance)Fill a builder with attribute values from the providedcom.spotify.github.CloseTrackinginstance.
-