Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.paymentadvice.PaymentAdvice
Packages that use PaymentAdvice
Package
Description
-
Uses of PaymentAdvice in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.paymentadvice
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.paymentadvice that return PaymentAdviceModifier and TypeMethodDescriptionPaymentAdvice.PaymentAdviceBuilder.build()protected PaymentAdvicePaymentAdviceCreateFluentHelper.getEntity()protected PaymentAdvicePaymentAdviceDeleteFluentHelper.getEntity()protected PaymentAdvicePaymentAdviceUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.paymentadvice that return types with arguments of type PaymentAdviceModifier and TypeMethodDescriptionprotected Class<PaymentAdvice>PaymentAdviceByKeyFluentHelper.getEntityClass()protected Class<PaymentAdvice>PaymentAdviceFluentHelper.getEntityClass()PaymentAdvice.getType()Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.paymentadvice with parameters of type PaymentAdviceModifierConstructorDescriptionPaymentAdviceCreateFluentHelper(String servicePath, PaymentAdvice entity, String entityCollection) Creates a fluent helper object that will create aPaymentAdviceentity on the OData endpoint.PaymentAdviceDeleteFluentHelper(String servicePath, PaymentAdvice entity, String entityCollection) Creates a fluent helper object that will delete aPaymentAdviceentity on the OData endpoint.PaymentAdviceUpdateFluentHelper(String servicePath, PaymentAdvice entity, String entityCollection) Creates a fluent helper object that will update aPaymentAdviceentity on the OData endpoint. -
Uses of PaymentAdvice in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.paymentadvice.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.paymentadvice.batch with parameters of type PaymentAdviceModifier and TypeMethodDescriptionDefaultPaymentAdviceServiceBatchChangeSet.createPaymentAdvice(PaymentAdvice paymentAdvice) PaymentAdviceServiceBatchChangeSet.createPaymentAdvice(PaymentAdvice paymentAdvice) Create a newPaymentAdviceentity and save it to the S/4HANA system.DefaultPaymentAdviceServiceBatchChangeSet.deletePaymentAdvice(PaymentAdvice paymentAdvice) PaymentAdviceServiceBatchChangeSet.deletePaymentAdvice(PaymentAdvice paymentAdvice) Deletes an existingPaymentAdviceentity in the S/4HANA system.DefaultPaymentAdviceServiceBatchChangeSet.updatePaymentAdvice(PaymentAdvice paymentAdvice) PaymentAdviceServiceBatchChangeSet.updatePaymentAdvice(PaymentAdvice paymentAdvice) Update an existingPaymentAdviceentity and save it to the S/4HANA system. -
Uses of PaymentAdvice in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.paymentadvice.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.paymentadvice.link that return types with arguments of type PaymentAdviceModifier and TypeMethodDescriptionPaymentAdviceOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.paymentadvice.link with type arguments of type PaymentAdviceModifier and TypeMethodDescriptionprotected PaymentAdviceLink<ObjectT>PaymentAdviceLink.translateLinkType(EntityLink<PaymentAdviceLink<ObjectT>, PaymentAdvice, ObjectT> link) -
Uses of PaymentAdvice in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type PaymentAdviceModifier and TypeMethodDescriptionDefaultPaymentAdviceService.createPaymentAdvice(PaymentAdvice paymentAdvice) Deprecated.PaymentAdviceService.createPaymentAdvice(PaymentAdvice paymentAdvice) Deprecated.Create a newPaymentAdviceentity and save it to the S/4HANA system.DefaultPaymentAdviceService.deletePaymentAdvice(PaymentAdvice paymentAdvice) Deprecated.PaymentAdviceService.deletePaymentAdvice(PaymentAdvice paymentAdvice) Deprecated.Deletes an existingPaymentAdviceentity in the S/4HANA system.DefaultPaymentAdviceService.updatePaymentAdvice(PaymentAdvice paymentAdvice) Deprecated.PaymentAdviceService.updatePaymentAdvice(PaymentAdvice paymentAdvice) Deprecated.Update an existingPaymentAdviceentity and save it to the S/4HANA system.