public class DateRestrictionsResource
extends <any>
| Constructor and Description |
|---|
DateRestrictionsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllDateRestrictions()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getDateRestrictionResource(String resourceKey)
Generated getter for sub resource of type
DateRestrictionResource for current root resource |
Collection<DateRestrictionModel> |
getDateRestrictionsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postDateRestriction(DateRestrictionDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setDateRestrictionsCollection(Collection<DateRestrictionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public DateRestrictionsResource()
public Response getAllDateRestrictions()
Responsepublic AbstractYResource getDateRestrictionResource(String resourceKey)
DateRestrictionResource for current root resourcepublic Collection<DateRestrictionModel> getDateRestrictionsCollection()
#getResourceValue()public Response postDateRestriction(DateRestrictionDTO dto)
Responsepublic void setDateRestrictionsCollection(Collection<DateRestrictionModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.