public class PathPrefixsResource
extends <any>
| Constructor and Description |
|---|
PathPrefixsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllPathPrefixs()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getPathPrefixResource(String resourceKey)
Generated getter for sub resource of type
PathPrefixResource for current root resource |
Collection<PathPrefixModel> |
getPathPrefixsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postPathPrefix(PathPrefixDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setPathPrefixsCollection(Collection<PathPrefixModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public PathPrefixsResource()
public Response getAllPathPrefixs()
Responsepublic AbstractYResource getPathPrefixResource(String resourceKey)
PathPrefixResource for current root resourcepublic Collection<PathPrefixModel> getPathPrefixsCollection()
#getResourceValue()public Response postPathPrefix(PathPrefixDTO dto)
Responsepublic void setPathPrefixsCollection(Collection<PathPrefixModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.