public class AttributePlaceholdersResource
extends <any>
| Constructor and Description |
|---|
AttributePlaceholdersResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllAttributePlaceholders()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getAttributePlaceholderResource(String resourceKey)
Generated getter for sub resource of type
AttributePlaceholderResource for current root resource |
Collection<AttributePlaceholderModel> |
getAttributePlaceholdersCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postAttributePlaceholder(AttributePlaceholderDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setAttributePlaceholdersCollection(Collection<AttributePlaceholderModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public AttributePlaceholdersResource()
public Response getAllAttributePlaceholders()
Responsepublic AbstractYResource getAttributePlaceholderResource(String resourceKey)
AttributePlaceholderResource for current root resourcepublic Collection<AttributePlaceholderModel> getAttributePlaceholdersCollection()
#getResourceValue()public Response postAttributePlaceholder(AttributePlaceholderDTO dto)
Responsepublic void setAttributePlaceholdersCollection(Collection<AttributePlaceholderModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.