public static final class ResourceLink.Builder
extends java.lang.Object
ResourceLink.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ResourceLink. |
| Modifier and Type | Method and Description |
|---|---|
ResourceLink |
build() |
ResourceLink.Builder |
setAction(java.lang.String action)
Optional action
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ResourceLink.Builder |
setHref(java.lang.String href)
Link to resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
ResourceLink.Builder |
setRel(java.lang.String rel)
Custom relation type (follows RFC 5988 where appropriate definitions exist)
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
public Builder()
ResourceLink.public ResourceLink.Builder setAction(java.lang.String action)
action - New value for the property.public ResourceLink.Builder setHref(java.lang.String href)
href - New value for the property.public ResourceLink.Builder setRel(java.lang.String rel)
rel - New value for the property.public ResourceLink build()