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 ImmutableLabelImmutableLabel.Builder. build()Builds a newImmutableLabel.static ImmutableLabelImmutableLabel. copyOf(Label instance)Creates an immutable copy of aLabelvalue.ImmutableLabelImmutableLabel. withColor(String value)Copy the current immutable object by setting a value for thecolorattribute.ImmutableLabelImmutableLabel. withName(String value)Copy the current immutable object by setting a value for thenameattribute.ImmutableLabelImmutableLabel. withUrl(URI value)Copy the current immutable object by setting a value for theurlattribute.
-