public class WherePartsResource
extends <any>
| Constructor and Description |
|---|
WherePartsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllWhereParts()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getWherePartResource(String resourceKey)
Generated getter for sub resource of type
WherePartResource for current root resource |
Collection<WherePartModel> |
getWherePartsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postWherePart(WherePartDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setWherePartsCollection(Collection<WherePartModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public WherePartsResource()
public Response getAllWhereParts()
Responsepublic AbstractYResource getWherePartResource(String resourceKey)
WherePartResource for current root resourcepublic Collection<WherePartModel> getWherePartsCollection()
#getResourceValue()public Response postWherePart(WherePartDTO dto)
Responsepublic void setWherePartsCollection(Collection<WherePartModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.