Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Link |
build() |
Link.Builder |
copy(Link model) |
Link.Builder |
href(String href)
The anchor tag.
|
Link.Builder |
rel(LinkEnum rel)
Reference links to the previous page, next page, and other pages.
|
public Link.Builder rel(LinkEnum rel)
Reference links to the previous page, next page, and other pages.
rel
- the value to setpublic Link.Builder href(String href)
The anchor tag.
href
- the value to setpublic Link build()
public Link.Builder copy(Link model)
Copyright © 2016–2024. All rights reserved.