@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()
Label
public 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
JsonPatchable
patch
in interface JsonPatchable
json
- JSON objectIOException
- If there is any I/O problem@NotNull(message="JSON is never NULL") public javax.json.JsonObject json()
JsonReadable
json
in interface JsonReadable
Copyright © 2012–2014 jcabi.com. All rights reserved.