public class AbstractDynamicContentsResource
extends <any>
| Constructor and Description |
|---|
AbstractDynamicContentsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractYResource |
getAbstractDynamicContentResource(String resourceKey)
Generated getter for sub resource of type
AbstractDynamicContentResource for current root resource |
Collection<AbstractDynamicContentModel> |
getAbstractDynamicContentsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
getAllAbstractDynamicContents()
Generated HTTP method for covering GET requests.
|
Response |
postAbstractDynamicContent(AbstractDynamicContentDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setAbstractDynamicContentsCollection(Collection<AbstractDynamicContentModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public AbstractDynamicContentsResource()
public AbstractYResource getAbstractDynamicContentResource(String resourceKey)
AbstractDynamicContentResource for current root resourcepublic Collection<AbstractDynamicContentModel> getAbstractDynamicContentsCollection()
#getResourceValue()public Response getAllAbstractDynamicContents()
Responsepublic Response postAbstractDynamicContent(AbstractDynamicContentDTO dto)
Responsepublic void setAbstractDynamicContentsCollection(Collection<AbstractDynamicContentModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.