public class ImageBlocksResource
extends <any>
| Constructor and Description |
|---|
ImageBlocksResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllImageBlocks()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getImageBlockResource(String resourceKey)
Generated getter for sub resource of type
ImageBlockResource for current root resource |
Collection<ImageBlockModel> |
getImageBlocksCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postImageBlock(ImageBlockDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setImageBlocksCollection(Collection<ImageBlockModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public ImageBlocksResource()
public Response getAllImageBlocks()
Responsepublic AbstractYResource getImageBlockResource(String resourceKey)
ImageBlockResource for current root resourcepublic Collection<ImageBlockModel> getImageBlocksCollection()
#getResourceValue()public Response postImageBlock(ImageBlockDTO dto)
Responsepublic void setImageBlocksCollection(Collection<ImageBlockModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.