Package com.jcabi.github
Interface Label
-
- All Superinterfaces:
Comparable<Label>,JsonPatchable,JsonReadable
- All Known Implementing Classes:
Label.Smart,Label.Unmodified
@Immutable public interface Label extends Comparable<Label>, JsonReadable, JsonPatchable
Github label.- Since:
- 0.1
- Version:
- $Id: e04b45f6e12efaa3303efde86da879cf4345f798 $
- Author:
- Yegor Bugayenko (yegor256@gmail.com)
- See Also:
- Labels API
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLabel.SmartSmart Label with extra features.static classLabel.UnmodifiedUnmodified Label with extra features.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringname()Name of it.Reporepo()The repo we're in.-
Methods inherited from interface java.lang.Comparable
compareTo
-
Methods inherited from interface com.jcabi.github.JsonPatchable
patch
-
Methods inherited from interface com.jcabi.github.JsonReadable
json
-
-