Uses of Class
com.spotify.github.v3.issues.ImmutableLabel.Builder
-
Packages that use ImmutableLabel.Builder Package Description com.spotify.github.v3.issues -
-
Uses of ImmutableLabel.Builder in com.spotify.github.v3.issues
Methods in com.spotify.github.v3.issues that return ImmutableLabel.Builder Modifier and Type Method Description static ImmutableLabel.BuilderImmutableLabel. builder()Creates a builder forImmutableLabel.ImmutableLabel.BuilderImmutableLabel.Builder. color(String color)Initializes the value for thecolorattribute.ImmutableLabel.BuilderImmutableLabel.Builder. from(Label instance)Fill a builder with attribute values from the providedLabelinstance.ImmutableLabel.BuilderImmutableLabel.Builder. name(String name)Initializes the value for thenameattribute.ImmutableLabel.BuilderImmutableLabel.Builder. url(URI url)Initializes the value for theurlattribute.
-