@Immutable @Loggable(value=1) public static final class Label.Unmodified extends Object implements Label
Label.Smart, Label.Unmodified| Constructor and Description | 
|---|
Label.Unmodified(Repo rep,
                String object)
Public ctor. 
 | 
@NotNull(message="repo is never NULL") public Repo repo()
Label@NotNull(message="name is never NULL") public String name()
Labelpublic int compareTo(@NotNull(message="label can\'t be NULL") Label label)
compareTo in interface Comparable<Label>public void patch(@NotNull(message="json can\'t be NULL") javax.json.JsonObject json) throws IOException
JsonPatchablepatch in interface JsonPatchablejson - JSON objectIOException - If there is any I/O problem@NotNull(message="JSON is never NULL") public javax.json.JsonObject json()
JsonReadablejson in interface JsonReadableCopyright © 2012–2014 jcabi.com. All rights reserved.