Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn.CustomerReturnText
Packages that use CustomerReturnText
Package
Description
-
Uses of CustomerReturnText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn with type parameters of type CustomerReturnTextModifier and TypeFieldDescriptionstatic final CustomerReturnLink<CustomerReturnText>CustomerReturn.TO_TEXTUse with available fluent helpers to apply the to_Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn that return CustomerReturnTextModifier and TypeMethodDescriptionCustomerReturnText.CustomerReturnTextBuilder.build()protected CustomerReturnTextCustomerReturnTextDeleteFluentHelper.getEntity()protected CustomerReturnTextCustomerReturnTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn that return types with arguments of type CustomerReturnTextModifier and TypeMethodDescriptionCustomerReturn.fetchText()Fetches the CustomerReturnText entities (one to many) associated with this entity.protected Class<CustomerReturnText>CustomerReturnTextByKeyFluentHelper.getEntityClass()protected Class<CustomerReturnText>CustomerReturnTextFluentHelper.getEntityClass()io.vavr.control.Option<List<CustomerReturnText>>CustomerReturn.getTextIfPresent()Retrieval of associated CustomerReturnText entities (one to many).CustomerReturn.getTextOrFetch()Retrieval of associated CustomerReturnText entities (one to many).CustomerReturnText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn with parameters of type CustomerReturnTextModifier and TypeMethodDescriptionvoidCustomerReturn.addText(CustomerReturnText... entity) Adds elements to the list of associated CustomerReturnText entities.CustomerReturn.CustomerReturnBuilder.text(CustomerReturnText... value) Navigation property to_Text for CustomerReturn to multiple CustomerReturnText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn with type arguments of type CustomerReturnTextModifier and TypeMethodDescriptionvoidCustomerReturn.setText(List<CustomerReturnText> value) Overwrites the list of associated CustomerReturnText entities for the loaded navigation property to_Text.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn with parameters of type CustomerReturnTextModifierConstructorDescriptionCustomerReturnTextDeleteFluentHelper(String servicePath, CustomerReturnText entity, String entityCollection) Creates a fluent helper object that will delete aCustomerReturnTextentity on the OData endpoint.CustomerReturnTextUpdateFluentHelper(String servicePath, CustomerReturnText entity, String entityCollection) Creates a fluent helper object that will update aCustomerReturnTextentity on the OData endpoint. -
Uses of CustomerReturnText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn.batch with parameters of type CustomerReturnTextModifier and TypeMethodDescriptionCustomerReturnServiceBatchChangeSet.deleteCustomerReturnText(CustomerReturnText customerReturnText) Deletes an existingCustomerReturnTextentity in the S/4HANA system.DefaultCustomerReturnServiceBatchChangeSet.deleteCustomerReturnText(CustomerReturnText customerReturnText) CustomerReturnServiceBatchChangeSet.updateCustomerReturnText(CustomerReturnText customerReturnText) Update an existingCustomerReturnTextentity and save it to the S/4HANA system.DefaultCustomerReturnServiceBatchChangeSet.updateCustomerReturnText(CustomerReturnText customerReturnText) -
Uses of CustomerReturnText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.customerreturn.link that return types with arguments of type CustomerReturnTextModifier and TypeMethodDescriptionCustomerReturnTextOneToOneLink.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.customerreturn.link with type arguments of type CustomerReturnTextModifier and TypeMethodDescriptionprotected CustomerReturnTextLink<ObjectT>CustomerReturnTextLink.translateLinkType(EntityLink<CustomerReturnTextLink<ObjectT>, CustomerReturnText, ObjectT> link) -
Uses of CustomerReturnText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type CustomerReturnTextModifier and TypeMethodDescriptionCustomerReturnService.deleteCustomerReturnText(CustomerReturnText customerReturnText) Deprecated.Deletes an existingCustomerReturnTextentity in the S/4HANA system.DefaultCustomerReturnService.deleteCustomerReturnText(CustomerReturnText customerReturnText) Deprecated.CustomerReturnService.updateCustomerReturnText(CustomerReturnText customerReturnText) Deprecated.Update an existingCustomerReturnTextentity and save it to the S/4HANA system.DefaultCustomerReturnService.updateCustomerReturnText(CustomerReturnText customerReturnText) Deprecated.