public class PackagingInfosResource
extends <any>
| Constructor and Description |
|---|
PackagingInfosResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllPackagingInfos()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getPackagingInfoResource(String resourceKey)
Generated getter for sub resource of type
PackagingInfoResource for current root resource |
Collection<PackagingInfoModel> |
getPackagingInfosCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postPackagingInfo(PackagingInfoDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setPackagingInfosCollection(Collection<PackagingInfoModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public PackagingInfosResource()
public Response getAllPackagingInfos()
Responsepublic AbstractYResource getPackagingInfoResource(String resourceKey)
PackagingInfoResource for current root resourcepublic Collection<PackagingInfoModel> getPackagingInfosCollection()
#getResourceValue()public Response postPackagingInfo(PackagingInfoDTO dto)
Responsepublic void setPackagingInfosCollection(Collection<PackagingInfoModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.