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 class
ImmutableCloseTracking
Immutable implementation ofCloseTracking
.Methods in com.spotify.github with parameters of type CloseTracking Modifier and Type Method Description static ImmutableCloseTracking
ImmutableCloseTracking. copyOf(CloseTracking instance)
Creates an immutable copy of aCloseTracking
value.ImmutableCloseTracking.Builder
ImmutableCloseTracking.Builder. from(CloseTracking instance)
Fill a builder with attribute values from the providedcom.spotify.github.CloseTracking
instance. -
Uses of CloseTracking in com.spotify.github.v3
Subinterfaces of CloseTracking in com.spotify.github.v3 Modifier and Type Interface Description interface
Milestone
Milestone resourceClasses in com.spotify.github.v3 that implement CloseTracking Modifier and Type Class Description class
ImmutableMilestone
Immutable implementation ofMilestone
.Methods in com.spotify.github.v3 with parameters of type CloseTracking Modifier and Type Method Description ImmutableMilestone.Builder
ImmutableMilestone.Builder. from(CloseTracking instance)
Fill a builder with attribute values from the providedcom.spotify.github.CloseTracking
instance. -
Uses of CloseTracking in com.spotify.github.v3.issues
Subinterfaces of CloseTracking in com.spotify.github.v3.issues Modifier and Type Interface Description interface
Issue
Issue resource.Classes in com.spotify.github.v3.issues that implement CloseTracking Modifier and Type Class Description class
ImmutableIssue
Immutable implementation ofIssue
.Methods in com.spotify.github.v3.issues with parameters of type CloseTracking Modifier and Type Method Description ImmutableIssue.Builder
ImmutableIssue.Builder. from(CloseTracking instance)
Fill a builder with attribute values from the providedcom.spotify.github.CloseTracking
instance. -
Uses of CloseTracking in com.spotify.github.v3.prs
Subinterfaces of CloseTracking in com.spotify.github.v3.prs Modifier and Type Interface Description interface
PullRequest
Pull request resource represents data returned by a single PR get operation.interface
PullRequestItem
Pull 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 class
ImmutablePullRequest
Immutable implementation ofPullRequest
.class
ImmutablePullRequestItem
Immutable implementation ofPullRequestItem
.Methods in com.spotify.github.v3.prs with parameters of type CloseTracking Modifier and Type Method Description ImmutablePullRequest.Builder
ImmutablePullRequest.Builder. from(CloseTracking instance)
Fill a builder with attribute values from the providedcom.spotify.github.CloseTracking
instance.ImmutablePullRequestItem.Builder
ImmutablePullRequestItem.Builder. from(CloseTracking instance)
Fill a builder with attribute values from the providedcom.spotify.github.CloseTracking
instance. -
Uses of CloseTracking in com.spotify.github.v3.search
Subinterfaces of CloseTracking in com.spotify.github.v3.search Modifier and Type Interface Description interface
SearchIssue
Issues search resultsClasses in com.spotify.github.v3.search that implement CloseTracking Modifier and Type Class Description class
ImmutableSearchIssue
Immutable implementation ofSearchIssue
.Methods in com.spotify.github.v3.search with parameters of type CloseTracking Modifier and Type Method Description ImmutableSearchIssue.Builder
ImmutableSearchIssue.Builder. from(CloseTracking instance)
Fill a builder with attribute values from the providedcom.spotify.github.CloseTracking
instance.
-