Uses of Interface
com.spotify.github.v3.Milestone
-
Packages that use Milestone Package Description com.spotify.github.v3 com.spotify.github.v3.issues com.spotify.github.v3.prs com.spotify.github.v3.search -
-
Uses of Milestone in com.spotify.github.v3
Classes in com.spotify.github.v3 that implement Milestone Modifier and Type Class Description classImmutableMilestoneImmutable implementation ofMilestone.Methods in com.spotify.github.v3 with parameters of type Milestone Modifier and Type Method Description static ImmutableMilestoneImmutableMilestone. copyOf(Milestone instance)Creates an immutable copy of aMilestonevalue.ImmutableMilestone.BuilderImmutableMilestone.Builder. from(Milestone instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.Milestoneinstance. -
Uses of Milestone in com.spotify.github.v3.issues
Methods in com.spotify.github.v3.issues that return types with arguments of type Milestone Modifier and Type Method Description Optional<Milestone>ImmutableIssue. milestone()The milestone associated this issue with.Optional<Milestone>Issue. milestone()The milestone associated this issue with.Methods in com.spotify.github.v3.issues with parameters of type Milestone Modifier and Type Method Description ImmutableIssue.BuilderImmutableIssue.Builder. milestone(Milestone milestone)Initializes the optional valuemilestoneto milestone.ImmutableIssueImmutableIssue. withMilestone(Milestone value)Copy the current immutable object by setting a present value for the optionalmilestoneattribute.Method parameters in com.spotify.github.v3.issues with type arguments of type Milestone Modifier and Type Method Description ImmutableIssue.BuilderImmutableIssue.Builder. milestone(Optional<? extends Milestone> milestone)Initializes the optional valuemilestoneto milestone.ImmutableIssueImmutableIssue. withMilestone(Optional<? extends Milestone> optional)Copy the current immutable object by setting an optional value for themilestoneattribute. -
Uses of Milestone in com.spotify.github.v3.prs
Methods in com.spotify.github.v3.prs that return types with arguments of type Milestone Modifier and Type Method Description Optional<Milestone>ImmutablePullRequest. milestone()Milestone.Optional<Milestone>ImmutablePullRequestItem. milestone()Milestone.Optional<Milestone>PullRequestItem. milestone()Milestone.Methods in com.spotify.github.v3.prs with parameters of type Milestone Modifier and Type Method Description ImmutablePullRequest.BuilderImmutablePullRequest.Builder. milestone(Milestone milestone)Initializes the optional valuemilestoneto milestone.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. milestone(Milestone milestone)Initializes the optional valuemilestoneto milestone.ImmutablePullRequestImmutablePullRequest. withMilestone(Milestone value)Copy the current immutable object by setting a present value for the optionalmilestoneattribute.ImmutablePullRequestItemImmutablePullRequestItem. withMilestone(Milestone value)Copy the current immutable object by setting a present value for the optionalmilestoneattribute.Method parameters in com.spotify.github.v3.prs with type arguments of type Milestone Modifier and Type Method Description ImmutablePullRequest.BuilderImmutablePullRequest.Builder. milestone(Optional<? extends Milestone> milestone)Initializes the optional valuemilestoneto milestone.ImmutablePullRequestItem.BuilderImmutablePullRequestItem.Builder. milestone(Optional<? extends Milestone> milestone)Initializes the optional valuemilestoneto milestone.ImmutablePullRequestImmutablePullRequest. withMilestone(Optional<? extends Milestone> optional)Copy the current immutable object by setting an optional value for themilestoneattribute.ImmutablePullRequestItemImmutablePullRequestItem. withMilestone(Optional<? extends Milestone> optional)Copy the current immutable object by setting an optional value for themilestoneattribute. -
Uses of Milestone in com.spotify.github.v3.search
Methods in com.spotify.github.v3.search that return types with arguments of type Milestone Modifier and Type Method Description Optional<Milestone>ImmutableSearchIssue. milestone()The milestone associated this issue with.Methods in com.spotify.github.v3.search with parameters of type Milestone Modifier and Type Method Description ImmutableSearchIssue.BuilderImmutableSearchIssue.Builder. milestone(Milestone milestone)Initializes the optional valuemilestoneto milestone.ImmutableSearchIssueImmutableSearchIssue. withMilestone(Milestone value)Copy the current immutable object by setting a present value for the optionalmilestoneattribute.Method parameters in com.spotify.github.v3.search with type arguments of type Milestone Modifier and Type Method Description ImmutableSearchIssue.BuilderImmutableSearchIssue.Builder. milestone(Optional<? extends Milestone> milestone)Initializes the optional valuemilestoneto milestone.ImmutableSearchIssueImmutableSearchIssue. withMilestone(Optional<? extends Milestone> optional)Copy the current immutable object by setting an optional value for themilestoneattribute.
-