public class RestrictionsResource
extends <any>
| Constructor and Description |
|---|
RestrictionsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllRestrictions()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getRestrictionResource(String resourceKey)
Generated getter for sub resource of type
RestrictionResource for current root resource |
Collection<RestrictionModel> |
getRestrictionsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postRestriction(RestrictionDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setRestrictionsCollection(Collection<RestrictionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public RestrictionsResource()
public Response getAllRestrictions()
Responsepublic AbstractYResource getRestrictionResource(String resourceKey)
RestrictionResource for current root resourcepublic Collection<RestrictionModel> getRestrictionsCollection()
#getResourceValue()public Response postRestriction(RestrictionDTO dto)
Responsepublic void setRestrictionsCollection(Collection<RestrictionModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.