Modifier and Type | Field and Description |
---|---|
static CustomerCompanyLink<CustomerWithHoldingTax> |
CustomerCompany.TO_WITH_HOLDING_TAX
Use with available fluent helpers to apply the to_WithHoldingTax navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
CustomerWithHoldingTax |
CustomerWithHoldingTax.CustomerWithHoldingTaxBuilder.build() |
protected CustomerWithHoldingTax |
CustomerWithHoldingTaxUpdateFluentHelper.getEntity() |
protected CustomerWithHoldingTax |
CustomerWithHoldingTaxDeleteFluentHelper.getEntity() |
protected CustomerWithHoldingTax |
CustomerWithHoldingTaxCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<CustomerWithHoldingTax> |
CustomerCompany.fetchWithHoldingTax()
Fetches the CustomerWithHoldingTax entities (one to many) associated with this entity.
|
protected Class<CustomerWithHoldingTax> |
CustomerWithHoldingTaxByKeyFluentHelper.getEntityClass() |
protected Class<CustomerWithHoldingTax> |
CustomerWithHoldingTaxFluentHelper.getEntityClass() |
Class<CustomerWithHoldingTax> |
CustomerWithHoldingTax.getType() |
io.vavr.control.Option<List<CustomerWithHoldingTax>> |
CustomerCompany.getWithHoldingTaxIfPresent()
Retrieval of associated CustomerWithHoldingTax entities (one to many).
|
List<CustomerWithHoldingTax> |
CustomerCompany.getWithHoldingTaxOrFetch()
Retrieval of associated CustomerWithHoldingTax entities (one to many).
|
Modifier and Type | Method and Description |
---|---|
void |
CustomerCompany.addWithHoldingTax(CustomerWithHoldingTax... entity)
Adds elements to the list of associated CustomerWithHoldingTax entities.
|
CustomerCompany.CustomerCompanyBuilder |
CustomerCompany.CustomerCompanyBuilder.withHoldingTax(CustomerWithHoldingTax... value)
Navigation property to_WithHoldingTax for CustomerCompany to multiple
CustomerWithHoldingTax.
|
Modifier and Type | Method and Description |
---|---|
void |
CustomerCompany.setWithHoldingTax(List<CustomerWithHoldingTax> value)
Overwrites the list of associated CustomerWithHoldingTax entities for the loaded navigation property
to_WithHoldingTax.
|
Constructor and Description |
---|
CustomerWithHoldingTaxCreateFluentHelper(String servicePath,
CustomerWithHoldingTax entity)
Creates a fluent helper object that will create a
CustomerWithHoldingTax entity on the OData endpoint. |
CustomerWithHoldingTaxDeleteFluentHelper(String servicePath,
CustomerWithHoldingTax entity)
Creates a fluent helper object that will delete a
CustomerWithHoldingTax entity on the OData endpoint. |
CustomerWithHoldingTaxUpdateFluentHelper(String servicePath,
CustomerWithHoldingTax entity)
Creates a fluent helper object that will update a
CustomerWithHoldingTax entity on the OData endpoint. |
Constructor and Description |
---|
CustomerCompany(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) |
Modifier and Type | Method and Description |
---|---|
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.createCustomerWithHoldingTax(CustomerWithHoldingTax customerWithHoldingTax)
Create a new
CustomerWithHoldingTax entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.createCustomerWithHoldingTax(CustomerWithHoldingTax customerWithHoldingTax)
Create a new
CustomerWithHoldingTax entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.deleteCustomerWithHoldingTax(CustomerWithHoldingTax customerWithHoldingTax)
Deletes an existing
CustomerWithHoldingTax entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.deleteCustomerWithHoldingTax(CustomerWithHoldingTax customerWithHoldingTax)
Deletes an existing
CustomerWithHoldingTax entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.updateCustomerWithHoldingTax(CustomerWithHoldingTax customerWithHoldingTax)
Update an existing
CustomerWithHoldingTax entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.updateCustomerWithHoldingTax(CustomerWithHoldingTax customerWithHoldingTax)
Update an existing
CustomerWithHoldingTax entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CustomerWithHoldingTax> |
CustomerWithHoldingTaxOneToOneLink.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 CustomerWithHoldingTaxLink<ObjectT> |
CustomerWithHoldingTaxLink.translateLinkType(EntityLink<CustomerWithHoldingTaxLink<ObjectT>,CustomerWithHoldingTax,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.