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 booleanequals(Object o)StringgetHexColor()StringgetName()inthashCode()StringtoString()
-
-
-
Constructor Detail
-
GHLabel
public GHLabel(String name)
Create a label with the default label color.- Parameters:
name- The name of the label.
-
-