@Immutable
public interface Reference
| Modifier and Type | Method and Description |
|---|---|
javax.json.JsonObject |
json()
Return its Json.
|
void |
patch(javax.json.JsonObject json)
Patch using this JSON object.
|
String |
ref()
Return its name.
|
Repo |
repo()
Return its owner repo.
|
Repo repo()
String ref()
javax.json.JsonObject json()
throws IOException
IOException - - If something goes wrong.void patch(javax.json.JsonObject json)
throws IOException
json - JSON objectIOException - If there is any I/O problemCopyright © 2012–2018 jcabi.com. All rights reserved.