public class PaymentTransactionsResource
extends <any>
| Constructor and Description |
|---|
PaymentTransactionsResource()
Generated constructor - for generic creation.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
getAllPaymentTransactions()
Generated HTTP method for covering GET requests.
|
AbstractYResource |
getPaymentTransactionResource(String resourceKey)
Generated getter for sub resource of type
PaymentTransactionResource for current root resource |
Collection<PaymentTransactionModel> |
getPaymentTransactionsCollection()
Convenience method which just delegates to
#getResourceValue() |
Response |
postPaymentTransaction(PaymentTransactionDTO dto)
Generated HTTP method for covering POST requests.
|
void |
setPaymentTransactionsCollection(Collection<PaymentTransactionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
public PaymentTransactionsResource()
public Response getAllPaymentTransactions()
Responsepublic AbstractYResource getPaymentTransactionResource(String resourceKey)
PaymentTransactionResource for current root resourcepublic Collection<PaymentTransactionModel> getPaymentTransactionsCollection()
#getResourceValue()public Response postPaymentTransaction(PaymentTransactionDTO dto)
Responsepublic void setPaymentTransactionsCollection(Collection<PaymentTransactionModel> value)
#setResourceValue(Collection)Copyright © 2017 SAP SE. All Rights Reserved.