Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.CustomerCompanyText
Packages that use CustomerCompanyText
Package
Description
-
Uses of CustomerCompanyText 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 CustomerCompanyTextModifier and TypeFieldDescriptionstatic final CustomerCompanyLink<CustomerCompanyText>CustomerCompany.TO_COMPANY_TEXTUse with available fluent helpers to apply the to_CompanyText navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return CustomerCompanyTextModifier and TypeMethodDescriptionCustomerCompanyText.CustomerCompanyTextBuilder.build()protected CustomerCompanyTextCustomerCompanyTextCreateFluentHelper.getEntity()protected CustomerCompanyTextCustomerCompanyTextDeleteFluentHelper.getEntity()protected CustomerCompanyTextCustomerCompanyTextUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type CustomerCompanyTextModifier and TypeMethodDescriptionCustomerCompany.fetchCompanyText()Fetches the CustomerCompanyText entities (one to many) associated with this entity.io.vavr.control.Option<List<CustomerCompanyText>>CustomerCompany.getCompanyTextIfPresent()Retrieval of associated CustomerCompanyText entities (one to many).CustomerCompany.getCompanyTextOrFetch()Retrieval of associated CustomerCompanyText entities (one to many).protected Class<CustomerCompanyText>CustomerCompanyTextByKeyFluentHelper.getEntityClass()protected Class<CustomerCompanyText>CustomerCompanyTextFluentHelper.getEntityClass()CustomerCompanyText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustomerCompanyTextModifier and TypeMethodDescriptionvoidCustomerCompany.addCompanyText(CustomerCompanyText... entity) Adds elements to the list of associated CustomerCompanyText entities.CustomerCompany.CustomerCompanyBuilder.companyText(CustomerCompanyText... value) Navigation property to_CompanyText for CustomerCompany to multiple CustomerCompanyText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type CustomerCompanyTextModifier and TypeMethodDescriptionvoidCustomerCompany.setCompanyText(List<CustomerCompanyText> value) Overwrites the list of associated CustomerCompanyText entities for the loaded navigation property to_CompanyText.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type CustomerCompanyTextModifierConstructorDescriptionCustomerCompanyTextCreateFluentHelper(String servicePath, CustomerCompanyText entity, String entityCollection) Creates a fluent helper object that will create aCustomerCompanyTextentity on the OData endpoint.CustomerCompanyTextDeleteFluentHelper(String servicePath, CustomerCompanyText entity, String entityCollection) Creates a fluent helper object that will delete aCustomerCompanyTextentity on the OData endpoint.CustomerCompanyTextUpdateFluentHelper(String servicePath, CustomerCompanyText entity, String entityCollection) Creates a fluent helper object that will update aCustomerCompanyTextentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type CustomerCompanyTextModifierConstructorDescriptionCustomerCompany(String customer, String companyCode, String aPARToleranceGroup, String accountByCustomer, String accountingClerk, String accountingClerkFaxNumber, String accountingClerkInternetAddress, String accountingClerkPhoneNumber, String alternativePayerAccount, String authorizationGroup, String collectiveInvoiceVariant, String customerAccountNote, String customerHeadOffice, Boolean customerSupplierClearingIsUsed, String houseBank, String interestCalculationCode, LocalDateTime interestCalculationDate, String intrstCalcFrequencyInMonths, Boolean isToBeLocallyProcessed, Boolean itemIsToBePaidSeparately, String layoutSortingRule, String paymentBlockingReason, String paymentMethodsList, String paymentTerms, Boolean paytAdviceIsSentbyEDI, Boolean physicalInventoryBlockInd, String reconciliationAccount, Boolean recordPaymentHistoryIndicator, String userAtCustomer, Boolean deletionIndicator, String cashPlanningGroup, String knownOrNegotiatedLeave, String valueAdjustmentKey, String customerAccountGroup, List<CustomerCompanyText> toCompanyText, List<CustomerDunning> toCustomerDunning, List<CustomerWithHoldingTax> toWithHoldingTax) -
Uses of CustomerCompanyText 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 CustomerCompanyTextModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createCustomerCompanyText(CustomerCompanyText customerCompanyText) Create a newCustomerCompanyTextentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createCustomerCompanyText(CustomerCompanyText customerCompanyText) BusinessPartnerServiceBatchChangeSet.deleteCustomerCompanyText(CustomerCompanyText customerCompanyText) Deletes an existingCustomerCompanyTextentity in the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.deleteCustomerCompanyText(CustomerCompanyText customerCompanyText) BusinessPartnerServiceBatchChangeSet.updateCustomerCompanyText(CustomerCompanyText customerCompanyText) Update an existingCustomerCompanyTextentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateCustomerCompanyText(CustomerCompanyText customerCompanyText) -
Uses of CustomerCompanyText 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 CustomerCompanyTextModifier and TypeMethodDescriptionCustomerCompanyTextOneToOneLink.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 CustomerCompanyTextModifier and TypeMethodDescriptionprotected CustomerCompanyTextLink<ObjectT>CustomerCompanyTextLink.translateLinkType(EntityLink<CustomerCompanyTextLink<ObjectT>, CustomerCompanyText, ObjectT> link) -
Uses of CustomerCompanyText in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type CustomerCompanyTextModifier and TypeMethodDescriptionBusinessPartnerService.createCustomerCompanyText(CustomerCompanyText customerCompanyText) Deprecated.Create a newCustomerCompanyTextentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createCustomerCompanyText(CustomerCompanyText customerCompanyText) Deprecated.BusinessPartnerService.deleteCustomerCompanyText(CustomerCompanyText customerCompanyText) Deprecated.Deletes an existingCustomerCompanyTextentity in the S/4HANA system.DefaultBusinessPartnerService.deleteCustomerCompanyText(CustomerCompanyText customerCompanyText) Deprecated.BusinessPartnerService.updateCustomerCompanyText(CustomerCompanyText customerCompanyText) Deprecated.Update an existingCustomerCompanyTextentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateCustomerCompanyText(CustomerCompanyText customerCompanyText) Deprecated.