Uses of Class
com.spotify.github.v3.issues.ImmutableLabel
-
Packages that use ImmutableLabel Package Description com.spotify.github.v3.issues -
-
Uses of ImmutableLabel in com.spotify.github.v3.issues
Methods in com.spotify.github.v3.issues that return ImmutableLabel Modifier and Type Method Description ImmutableLabel
ImmutableLabel.Builder. build()
Builds a newImmutableLabel
.static ImmutableLabel
ImmutableLabel. copyOf(Label instance)
Creates an immutable copy of aLabel
value.ImmutableLabel
ImmutableLabel. withColor(String value)
Copy the current immutable object by setting a value for thecolor
attribute.ImmutableLabel
ImmutableLabel. withName(String value)
Copy the current immutable object by setting a value for thename
attribute.ImmutableLabel
ImmutableLabel. withUrl(URI value)
Copy the current immutable object by setting a value for theurl
attribute.
-