@Immutable public interface Reference
@NotNull(message="repository is never NULL") Repo repo()
@NotNull(message="ref is never NULL") String ref()
@NotNull(message="JSON is never NULL")
javax.json.JsonObject json()
throws IOException
IOException - - If something goes wrong.void patch(@NotNull(message="JSON is never null")
javax.json.JsonObject json)
throws IOException
json - JSON objectIOException - If there is any I/O problemCopyright © 2012–2014 jcabi.com. All rights reserved.