public class CharacterStylesResource
extends <any>
| Constructor and Description |
|---|
CharacterStylesResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllCharacterStyles()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getCharacterStyleResource(String resourceKey)
Generated getter for sub resource of type
CharacterStyleResource for current root resource |
Collection<CharacterStyleModel> |
getCharacterStylesCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postCharacterStyle(CharacterStyleDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setCharacterStylesCollection(Collection<CharacterStyleModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public CharacterStylesResource()
public Response getAllCharacterStyles()
Responsepublic AbstractYResource getCharacterStyleResource(String resourceKey)
CharacterStyleResource for current root resourcepublic Collection<CharacterStyleModel> getCharacterStylesCollection()
#getResourceValue()public Response postCharacterStyle(CharacterStyleDTO dto)
Responsepublic void setCharacterStylesCollection(Collection<CharacterStyleModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.