public class UserRestrictionsResource
extends <any>
| Constructor and Description |
|---|
UserRestrictionsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllUserRestrictions()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getUserRestrictionResource(String resourceKey)
Generated getter for sub resource of type
UserRestrictionResource for current root resource |
Collection<UserRestrictionModel> |
getUserRestrictionsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postUserRestriction(UserRestrictionDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setUserRestrictionsCollection(Collection<UserRestrictionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public UserRestrictionsResource()
public Response getAllUserRestrictions()
Responsepublic AbstractYResource getUserRestrictionResource(String resourceKey)
UserRestrictionResource for current root resourcepublic Collection<UserRestrictionModel> getUserRestrictionsCollection()
#getResourceValue()public Response postUserRestriction(UserRestrictionDTO dto)
Responsepublic void setUserRestrictionsCollection(Collection<UserRestrictionModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.