public class LinksResource
extends <any>
| Constructor and Description |
|---|
LinksResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllLinks()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getLinkResource(String resourceKey)
Generated getter for sub resource of type
LinkResource for current root resource |
Collection<LinkModel> |
getLinksCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postLink(LinkDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setLinksCollection(Collection<LinkModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public LinksResource()
public Response getAllLinks()
Responsepublic AbstractYResource getLinkResource(String resourceKey)
LinkResource for current root resourcepublic Collection<LinkModel> getLinksCollection()
#getResourceValue()public Response postLink(LinkDTO dto)
Responsepublic void setLinksCollection(Collection<LinkModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.