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 class
ImmutableLabel
Immutable 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.Builder
ImmutableIssue.Builder. addLabels(Label element)
Adds one element tolabels
list.ImmutableIssue.Builder
ImmutableIssue.Builder. addLabels(Label... elements)
Adds elements tolabels
list.static ImmutableLabel
ImmutableLabel. copyOf(Label instance)
Creates an immutable copy of aLabel
value.ImmutableLabel.Builder
ImmutableLabel.Builder. from(Label instance)
Fill a builder with attribute values from the providedLabel
instance.ImmutableIssue
ImmutableIssue. 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.Builder
ImmutableIssue.Builder. addAllLabels(Iterable<? extends Label> elements)
Adds elements tolabels
list.ImmutableIssue.Builder
ImmutableIssue.Builder. labels(Iterable<? extends Label> elements)
Sets or replaces all elements forlabels
list.ImmutableIssue
ImmutableIssue. 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.Builder
ImmutablePullRequest.Builder. addLabels(Label element)
Adds one element tolabels
list.ImmutablePullRequest.Builder
ImmutablePullRequest.Builder. addLabels(Label... elements)
Adds elements tolabels
list.ImmutablePullRequest
ImmutablePullRequest. 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.Builder
ImmutablePullRequest.Builder. addAllLabels(Iterable<? extends Label> elements)
Adds elements tolabels
list.ImmutablePullRequest.Builder
ImmutablePullRequest.Builder. labels(Iterable<? extends Label> elements)
Sets or replaces all elements forlabels
list.ImmutablePullRequest
ImmutablePullRequest. 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.Builder
ImmutableSearchIssue.Builder. addLabels(Label element)
Adds one element tolabels
list.ImmutableSearchIssue.Builder
ImmutableSearchIssue.Builder. addLabels(Label... elements)
Adds elements tolabels
list.ImmutableSearchIssue
ImmutableSearchIssue. 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.Builder
ImmutableSearchIssue.Builder. addAllLabels(Iterable<? extends Label> elements)
Adds elements tolabels
list.ImmutableSearchIssue.Builder
ImmutableSearchIssue.Builder. labels(Iterable<? extends Label> elements)
Sets or replaces all elements forlabels
list.ImmutableSearchIssue
ImmutableSearchIssue. withLabels(Iterable<? extends Label> elements)
Copy the current immutable object with elements that replace the content oflabels
.
-