public class PageFormatsResource
extends <any>
| Constructor and Description |
|---|
PageFormatsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllPageFormats()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getPageFormatResource(String resourceKey)
Generated getter for sub resource of type
PageFormatResource for current root resource |
Collection<PageFormatModel> |
getPageFormatsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postPageFormat(PageFormatDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setPageFormatsCollection(Collection<PageFormatModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public PageFormatsResource()
public Response getAllPageFormats()
Responsepublic AbstractYResource getPageFormatResource(String resourceKey)
PageFormatResource for current root resourcepublic Collection<PageFormatModel> getPageFormatsCollection()
#getResourceValue()public Response postPageFormat(PageFormatDTO dto)
Responsepublic void setPageFormatsCollection(Collection<PageFormatModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.