Package com.jcabi.github
Interface Fork
-
- All Superinterfaces:
JsonPatchable
,JsonReadable
- All Known Implementing Classes:
Fork.Smart
@Immutable public interface Fork extends JsonReadable, JsonPatchable
Github fork.- Since:
- 0.8
- Version:
- $Id: c4248891b47414301d9997d46d34f76dc4d4b926 $
- Author:
- Carlos Miranda (miranda.cma@gmail.com)
- See Also:
- Forks API
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Fork.Smart
Smart Fork with extra features.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
number()
Fork id.-
Methods inherited from interface com.jcabi.github.JsonPatchable
patch
-
Methods inherited from interface com.jcabi.github.JsonReadable
json
-
-