public class VoucherInvalidationsResource
extends <any>
| Constructor and Description |
|---|
VoucherInvalidationsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllVoucherInvalidations()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getVoucherInvalidationResource(String resourceKey)
Generated getter for sub resource of type
VoucherInvalidationResource for current root resource |
Collection<VoucherInvalidationModel> |
getVoucherInvalidationsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postVoucherInvalidation(VoucherInvalidationDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setVoucherInvalidationsCollection(Collection<VoucherInvalidationModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public VoucherInvalidationsResource()
public Response getAllVoucherInvalidations()
Responsepublic AbstractYResource getVoucherInvalidationResource(String resourceKey)
VoucherInvalidationResource for current root resourcepublic Collection<VoucherInvalidationModel> getVoucherInvalidationsCollection()
#getResourceValue()public Response postVoucherInvalidation(VoucherInvalidationDTO dto)
Responsepublic void setVoucherInvalidationsCollection(Collection<VoucherInvalidationModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.