public class StaticLinkResource
extends <any>
| Constructor and Description |
|---|
StaticLinkResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
deleteStaticLink()
Generated HTTP method for covering DELETE requests.
|
AbstractYResource |
getHMCHistoryEntryResource(String resourceKey)
Generated getter for sub resource of type
HMCHistoryEntryResource for current root resource |
AbstractYResource |
getLinkResource(String resourceKey)
Generated getter for sub resource of type
LinkResource for current root resource |
Response |
getStaticLink()
Generated HTTP method for covering GET requests.
|
StaticLinkModel |
getStaticLinkModel()
Convenience method which just delegates to
#getResourceValue() |
Response |
putStaticLink(StaticLinkDTO dto)
Generated HTTP method for covering PUT requests.
|
protected StaticLinkModel |
readResource(String resourceId)
Gets the
StaticLinkModel resource which is addressed by current resource request. |
void |
setStaticLinkModel(StaticLinkModel value)
Convenience method which just delegates to
#setResourceValue(StaticLinkModel) |
public StaticLinkResource()
public Response deleteStaticLink()
Responsepublic AbstractYResource getHMCHistoryEntryResource(String resourceKey)
HMCHistoryEntryResource for current root resourcepublic AbstractYResource getLinkResource(String resourceKey)
LinkResource for current root resourcepublic Response getStaticLink()
Responsepublic StaticLinkModel getStaticLinkModel()
#getResourceValue()public Response putStaticLink(StaticLinkDTO dto)
Responseprotected StaticLinkModel readResource(String resourceId) throws Exception
StaticLinkModel resource which is addressed by current resource request.Exceptionde.hybris.platform.webservices.AbstractYResource#readResource(String)public void setStaticLinkModel(StaticLinkModel value)
#setResourceValue(StaticLinkModel)Copyright © 2017 SAP SE. All Rights Reserved.