Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.CustomerText
Packages that use CustomerText
Package
Description
-
Uses of CustomerText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type parameters of type CustomerTextModifier and TypeFieldDescriptionstatic final CustomerLink<CustomerText>Customer.TO_CUSTOMER_TEXTUse with available fluent helpers to apply the to_CustomerText navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return CustomerTextModifier and TypeMethodDescriptionCustomerText.CustomerTextBuilder.build()protected CustomerTextCustomerTextCreateFluentHelper.getEntity()protected CustomerTextCustomerTextDeleteFluentHelper.getEntity()protected CustomerTextCustomerTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type CustomerTextModifier and TypeMethodDescriptionCustomer.fetchCustomerText()Fetches the CustomerText entities (one to many) associated with this entity.io.vavr.control.Option<List<CustomerText>>Customer.getCustomerTextIfPresent()Retrieval of associated CustomerText entities (one to many).Customer.getCustomerTextOrFetch()Retrieval of associated CustomerText entities (one to many).protected Class<CustomerText>CustomerTextByKeyFluentHelper.getEntityClass()protected Class<CustomerText>CustomerTextFluentHelper.getEntityClass()CustomerText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustomerTextModifier and TypeMethodDescriptionvoidCustomer.addCustomerText(CustomerText... entity) Adds elements to the list of associated CustomerText entities.Customer.CustomerBuilder.customerText(CustomerText... value) Navigation property to_CustomerText for Customer to multiple CustomerText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type CustomerTextModifier and TypeMethodDescriptionvoidCustomer.setCustomerText(List<CustomerText> value) Overwrites the list of associated CustomerText entities for the loaded navigation property to_CustomerText.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustomerTextModifierConstructorDescriptionCustomerTextCreateFluentHelper(String servicePath, CustomerText entity, String entityCollection) Creates a fluent helper object that will create aCustomerTextentity on the OData endpoint.CustomerTextDeleteFluentHelper(String servicePath, CustomerText entity, String entityCollection) Creates a fluent helper object that will delete aCustomerTextentity on the OData endpoint.CustomerTextUpdateFluentHelper(String servicePath, CustomerText entity, String entityCollection) Creates a fluent helper object that will update aCustomerTextentity on the OData endpoint. -
Uses of CustomerText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.batch with parameters of type CustomerTextModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createCustomerText(CustomerText customerText) Create a newCustomerTextentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createCustomerText(CustomerText customerText) BusinessPartnerServiceBatchChangeSet.deleteCustomerText(CustomerText customerText) Deletes an existingCustomerTextentity in the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.deleteCustomerText(CustomerText customerText) BusinessPartnerServiceBatchChangeSet.updateCustomerText(CustomerText customerText) Update an existingCustomerTextentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateCustomerText(CustomerText customerText) -
Uses of CustomerText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link that return types with arguments of type CustomerTextModifier and TypeMethodDescriptionCustomerTextOneToOneLink.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.businesspartner.link with type arguments of type CustomerTextModifier and TypeMethodDescriptionprotected CustomerTextLink<ObjectT>CustomerTextLink.translateLinkType(EntityLink<CustomerTextLink<ObjectT>, CustomerText, ObjectT> link) -
Uses of CustomerText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type CustomerTextModifier and TypeMethodDescriptionBusinessPartnerService.createCustomerText(CustomerText customerText) Deprecated.Create a newCustomerTextentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createCustomerText(CustomerText customerText) Deprecated.BusinessPartnerService.deleteCustomerText(CustomerText customerText) Deprecated.Deletes an existingCustomerTextentity in the S/4HANA system.DefaultBusinessPartnerService.deleteCustomerText(CustomerText customerText) Deprecated.BusinessPartnerService.updateCustomerText(CustomerText customerText) Deprecated.Update an existingCustomerTextentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateCustomerText(CustomerText customerText) Deprecated.