Package com.jcabi.github
Class Label.Unmodified
java.lang.Object
com.jcabi.github.Label.Unmodified
- All Implemented Interfaces:
JsonPatchable,JsonReadable,Label,Comparable<Label>
- Enclosing interface:
- Label
Unmodified Label with extra features.
- Since:
- 0.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.jcabi.github.Label
Label.Smart, Label.Unmodified -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Unmodified
Public ctor.- Parameters:
rep- Repoobject- String
-
-
Method Details
-
repo
Description copied from interface:LabelThe repo we're in. -
name
Description copied from interface:LabelName of it. -
compareTo
- Specified by:
compareToin interfaceComparable<Label>
-
patch
public void patch(jakarta.json.JsonObject json) Description copied from interface:JsonPatchablePatch using this JSON object.- Specified by:
patchin interfaceJsonPatchable- Parameters:
json- JSON object
-
json
public jakarta.json.JsonObject json()Description copied from interface:JsonReadableDescribe it in a JSON object.- Specified by:
jsonin interfaceJsonReadable- Returns:
- JSON object
-