| Modifier and Type | Method and Description |
|---|---|
LinkRepresentation |
JsonRepresentation.asLink()
Use
JsonRepresentation.isLink() to check first, if required. |
LinkRepresentation |
JsonRepresentation.getLink(String path)
Use
JsonRepresentation.isLink(String) to check first, if required. |
LinkRepresentation |
JsonRepresentation.HasLinkToSelf.getSelf() |
LinkRepresentation |
JsonRepresentation.HasLinkToUp.getUp() |
LinkRepresentation |
JsonRepresentation.mapValueAsLink()
Convert a representation that contains a single node representing a link
into a
LinkRepresentation. |
LinkRepresentation |
LinkRepresentation.withHref(String href) |
LinkRepresentation |
LinkRepresentation.withMethod(RestfulHttpMethod httpMethod) |
LinkRepresentation |
LinkRepresentation.withRel(Rel rel) |
LinkRepresentation |
LinkRepresentation.withRel(String rel) |
LinkRepresentation |
LinkRepresentation.withTitle(String title) |
| Modifier and Type | Method and Description |
|---|---|
RestfulResponse<JsonRepresentation> |
RestfulClient.follow(LinkRepresentation link) |
RestfulResponse<JsonRepresentation> |
RestfulClient.follow(LinkRepresentation link,
JsonRepresentation requestArgs) |
<T extends JsonRepresentation> |
RestfulClient.followT(LinkRepresentation link) |
<T extends JsonRepresentation> |
RestfulClient.followT(LinkRepresentation link,
JsonRepresentation requestArgs) |
| Modifier and Type | Method and Description |
|---|---|
LinkRepresentation |
AbstractObjectMemberRepresentation.getDetails() |
LinkRepresentation |
ObjectActionRepresentation.getInvoke() |
LinkRepresentation |
DomainRepresentation.getLinkWithRel(Rel rel) |
LinkRepresentation |
DomainRepresentation.getLinkWithRel(String rel) |
LinkRepresentation |
DomainObjectRepresentation.getPersistLink()
Only for transient, persistable, objects
|
LinkRepresentation |
DomainRepresentation.getSelf() |
LinkRepresentation |
ListRepresentation.getUp() |
| Modifier and Type | Method and Description |
|---|---|
LinkRepresentation |
HomePageRepresentation.getServices() |
LinkRepresentation |
HomePageRepresentation.getUser() |
LinkRepresentation |
HomePageRepresentation.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
LinkRepresentation |
UserRepresentation.getUp() |
| Modifier and Type | Method and Description |
|---|---|
LinkRepresentation |
VersionRepresentation.getUp() |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.