public interface Document
item(String) and items() methods
and a way to use the hypermedia controls through the link(String) and form(String) methodsItems link(String rel) throws ClientException
Document's link items. These Items should normally be backed by HTML anchors and links.rel - An identifier that groups all the link Items for this DocumentClientExceptionItems form(String rel) throws ClientException
Document's form items. These Items should normally be backed by the HTML form elementrel - An identifier that groups all the form Items for this DocumentClientExceptionItems item(String rel) throws ClientException
Document's items. These Items are backed by any HTML elementrel - An identifier that groups all the Items for this DocumentClientExceptionItems items() throws ClientException
Document's items. These Items are backed by any HTML elementClientExceptionCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.