Package com.sudicode.fb2gh.github
Class GHLabel
- java.lang.Object
-
- com.sudicode.fb2gh.github.GHLabel
-
public class GHLabel extends Object
GitHub label.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getHexColor()
String
getName()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
GHLabel
public GHLabel(String name)
Create a label with the default label color.- Parameters:
name
- The name of the label.
-
-