Java org.springframework.restdocs.hypermedia Link fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.restdocs.hypermedia Link fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.restdocs.hypermedia Link.

The text is from its open source code.

Constructor

Link(String rel, String href)
Creates a new Link with the given rel and href .

Method

StringgetHref()
Returns the link's href .
StringgetRel()
Returns the link's rel .