public class SizeConstraintResource
extends <any>
| Constructor and Description |
|---|
SizeConstraintResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
deleteSizeConstraint()
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 |
getSizeConstraint()
Generated HTTP method for covering GET requests.
|
SizeConstraintModel |
getSizeConstraintModel()
Convenience method which just delegates to
#getResourceValue() |
Response |
putSizeConstraint(SizeConstraintDTO dto)
Generated HTTP method for covering PUT requests.
|
protected SizeConstraintModel |
readResource(String resourceId)
Gets the
SizeConstraintModel resource which is addressed by current resource request. |
void |
setSizeConstraintModel(SizeConstraintModel value)
Convenience method which just delegates to
#setResourceValue(SizeConstraintModel) |
public SizeConstraintResource()
public Response deleteSizeConstraint()
Responsepublic AbstractYResource getHMCHistoryEntryResource(String resourceKey)
HMCHistoryEntryResource for current root resourcepublic AbstractYResource getLinkResource(String resourceKey)
LinkResource for current root resourcepublic Response getSizeConstraint()
Responsepublic SizeConstraintModel getSizeConstraintModel()
#getResourceValue()public Response putSizeConstraint(SizeConstraintDTO dto)
Responseprotected SizeConstraintModel readResource(String resourceId) throws Exception
SizeConstraintModel resource which is addressed by current resource request.Exceptionde.hybris.platform.webservices.AbstractYResource#readResource(String)public void setSizeConstraintModel(SizeConstraintModel value)
#setResourceValue(SizeConstraintModel)Copyright © 2017 SAP SE. All Rights Reserved.