public final class Item extends DataContainer<Item>
Modifier and Type | Class and Description |
---|---|
static class |
Item.Builder
Mutable not thread-safe builder.
|
add, addAll, findProperty, getData, getDataAsMap, propertyByName, replace, set
apply, asJson, equals, getAsString, getExtension, hashCode
public static Item create(Optional<URI> href, Iterable<Property> properties, List<Link> links)
public static Item create()
public Template toTemplate()
protected Item copy(net.hamnaberg.json.Json.JObject value)
public Collection toCollection()
public Item.Builder toBuilder()
public static Item.Builder builder(URI href)
public static Item.Builder builder()
Copyright © 2011–2015. All rights reserved.