Modifier and Type | Method and Description |
---|---|
PaymentAdvice |
PaymentAdvice.PaymentAdviceBuilder.build() |
protected PaymentAdvice |
PaymentAdviceCreateFluentHelper.getEntity() |
protected PaymentAdvice |
PaymentAdviceDeleteFluentHelper.getEntity() |
protected PaymentAdvice |
PaymentAdviceUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
protected Class<PaymentAdvice> |
PaymentAdviceByKeyFluentHelper.getEntityClass() |
protected Class<PaymentAdvice> |
PaymentAdviceFluentHelper.getEntityClass() |
Class<PaymentAdvice> |
PaymentAdvice.getType() |
Constructor and Description |
---|
PaymentAdviceCreateFluentHelper(String servicePath,
PaymentAdvice entity)
Creates a fluent helper object that will create a
PaymentAdvice entity on
the OData endpoint. |
PaymentAdviceDeleteFluentHelper(String servicePath,
PaymentAdvice entity)
Creates a fluent helper object that will delete a
PaymentAdvice entity on
the OData endpoint. |
PaymentAdviceUpdateFluentHelper(String servicePath,
PaymentAdvice entity)
Creates a fluent helper object that will update a
PaymentAdvice entity on
the OData endpoint. |
Modifier and Type | Method and Description |
---|---|
PaymentAdviceServiceBatchChangeSet |
DefaultPaymentAdviceServiceBatchChangeSet.createPaymentAdvice(PaymentAdvice paymentAdvice)
Create a new
PaymentAdvice entity and save it to the S/4HANA system. |
PaymentAdviceServiceBatchChangeSet |
PaymentAdviceServiceBatchChangeSet.createPaymentAdvice(PaymentAdvice paymentAdvice)
Create a new
PaymentAdvice entity and save it to the S/4HANA system. |
PaymentAdviceServiceBatchChangeSet |
DefaultPaymentAdviceServiceBatchChangeSet.deletePaymentAdvice(PaymentAdvice paymentAdvice)
Deletes an existing
PaymentAdvice entity in the S/4HANA system. |
PaymentAdviceServiceBatchChangeSet |
PaymentAdviceServiceBatchChangeSet.deletePaymentAdvice(PaymentAdvice paymentAdvice)
Deletes an existing
PaymentAdvice entity in the S/4HANA system. |
PaymentAdviceServiceBatchChangeSet |
DefaultPaymentAdviceServiceBatchChangeSet.updatePaymentAdvice(PaymentAdvice paymentAdvice)
Update an existing
PaymentAdvice entity and save it to the S/4HANA system. |
PaymentAdviceServiceBatchChangeSet |
PaymentAdviceServiceBatchChangeSet.updatePaymentAdvice(PaymentAdvice paymentAdvice)
Update an existing
PaymentAdvice entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<PaymentAdvice> |
PaymentAdviceOneToOneLink.filter(ExpressionFluentHelper<ObjectT> filterExpression)
Query modifier to restrict the result set to entities for which this expression (formulated over a property of a
related entity) evaluates to true.
|
Modifier and Type | Method and Description |
---|---|
protected PaymentAdviceLink<ObjectT> |
PaymentAdviceLink.translateLinkType(EntityLink<PaymentAdviceLink<ObjectT>,PaymentAdvice,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
PaymentAdviceCreateFluentHelper |
DefaultPaymentAdviceService.createPaymentAdvice(PaymentAdvice paymentAdvice) |
PaymentAdviceCreateFluentHelper |
PaymentAdviceService.createPaymentAdvice(PaymentAdvice paymentAdvice)
Create a new
PaymentAdvice entity and save it to the S/4HANA system. |
PaymentAdviceDeleteFluentHelper |
DefaultPaymentAdviceService.deletePaymentAdvice(PaymentAdvice paymentAdvice) |
PaymentAdviceDeleteFluentHelper |
PaymentAdviceService.deletePaymentAdvice(PaymentAdvice paymentAdvice)
Deletes an existing
PaymentAdvice entity in the S/4HANA system. |
PaymentAdviceUpdateFluentHelper |
DefaultPaymentAdviceService.updatePaymentAdvice(PaymentAdvice paymentAdvice) |
PaymentAdviceUpdateFluentHelper |
PaymentAdviceService.updatePaymentAdvice(PaymentAdvice paymentAdvice)
Update an existing
PaymentAdvice entity and save it to the S/4HANA system. |
Copyright © 2019 SAP SE. All rights reserved.