Uses of Interface
com.spotify.github.v3.issues.Label
-
Packages that use Label Package Description com.spotify.github.v3.issues com.spotify.github.v3.prs com.spotify.github.v3.search -
-
Uses of Label in com.spotify.github.v3.issues
Classes in com.spotify.github.v3.issues that implement Label Modifier and Type Class Description classImmutableLabelImmutable implementation ofLabel.Methods in com.spotify.github.v3.issues that return types with arguments of type Label Modifier and Type Method Description List<Label>ImmutableIssue. labels()A list of comma separated label names.List<Label>Issue. labels()A list of comma separated label names.Methods in com.spotify.github.v3.issues with parameters of type Label Modifier and Type Method Description ImmutableIssue.BuilderImmutableIssue.Builder. addLabels(Label element)Adds one element tolabelslist.ImmutableIssue.BuilderImmutableIssue.Builder. addLabels(Label... elements)Adds elements tolabelslist.static ImmutableLabelImmutableLabel. copyOf(Label instance)Creates an immutable copy of aLabelvalue.ImmutableLabel.BuilderImmutableLabel.Builder. from(Label instance)Fill a builder with attribute values from the providedLabelinstance.ImmutableIssueImmutableIssue. withLabels(Label... elements)Copy the current immutable object with elements that replace the content oflabels.Method parameters in com.spotify.github.v3.issues with type arguments of type Label Modifier and Type Method Description ImmutableIssue.BuilderImmutableIssue.Builder. addAllLabels(Iterable<? extends Label> elements)Adds elements tolabelslist.ImmutableIssue.BuilderImmutableIssue.Builder. labels(Iterable<? extends Label> elements)Sets or replaces all elements forlabelslist.ImmutableIssueImmutableIssue. withLabels(Iterable<? extends Label> elements)Copy the current immutable object with elements that replace the content oflabels. -
Uses of Label in com.spotify.github.v3.prs
Methods in com.spotify.github.v3.prs that return types with arguments of type Label Modifier and Type Method Description List<Label>ImmutablePullRequest. labels()List<Label>PullRequest. labels()Methods in com.spotify.github.v3.prs with parameters of type Label Modifier and Type Method Description ImmutablePullRequest.BuilderImmutablePullRequest.Builder. addLabels(Label element)Adds one element tolabelslist.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. addLabels(Label... elements)Adds elements tolabelslist.ImmutablePullRequestImmutablePullRequest. withLabels(Label... elements)Copy the current immutable object with elements that replace the content oflabels.Method parameters in com.spotify.github.v3.prs with type arguments of type Label Modifier and Type Method Description ImmutablePullRequest.BuilderImmutablePullRequest.Builder. addAllLabels(Iterable<? extends Label> elements)Adds elements tolabelslist.ImmutablePullRequest.BuilderImmutablePullRequest.Builder. labels(Iterable<? extends Label> elements)Sets or replaces all elements forlabelslist.ImmutablePullRequestImmutablePullRequest. withLabels(Iterable<? extends Label> elements)Copy the current immutable object with elements that replace the content oflabels. -
Uses of Label in com.spotify.github.v3.search
Methods in com.spotify.github.v3.search that return types with arguments of type Label Modifier and Type Method Description List<Label>ImmutableSearchIssue. labels()A list of comma separated label names.Methods in com.spotify.github.v3.search with parameters of type Label Modifier and Type Method Description ImmutableSearchIssue.BuilderImmutableSearchIssue.Builder. addLabels(Label element)Adds one element tolabelslist.ImmutableSearchIssue.BuilderImmutableSearchIssue.Builder. addLabels(Label... elements)Adds elements tolabelslist.ImmutableSearchIssueImmutableSearchIssue. withLabels(Label... elements)Copy the current immutable object with elements that replace the content oflabels.Method parameters in com.spotify.github.v3.search with type arguments of type Label Modifier and Type Method Description ImmutableSearchIssue.BuilderImmutableSearchIssue.Builder. addAllLabels(Iterable<? extends Label> elements)Adds elements tolabelslist.ImmutableSearchIssue.BuilderImmutableSearchIssue.Builder. labels(Iterable<? extends Label> elements)Sets or replaces all elements forlabelslist.ImmutableSearchIssueImmutableSearchIssue. withLabels(Iterable<? extends Label> elements)Copy the current immutable object with elements that replace the content oflabels.
-