@Immutable
public interface Stars
| Modifier and Type | Method and Description |
|---|---|
Repo |
repo()
Owner of them.
|
void |
star()
Star repository.
|
boolean |
starred()
Check if repo is starred.
|
void |
unstar()
Unstar repository.
|
Repo repo()
boolean starred()
throws IOException
IOException - - If anything goes wrong.void star() throws IOException
IOException - - If anything goes wrong.void unstar()
throws IOException
IOException - - If anything goes wrong.Copyright © 2012–2018 jcabi.com. All rights reserved.