Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
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 |
CustomerWithHoldingTaxCreateFluentHelper.getEntity() |
protected CustomerWithHoldingTax |
CustomerWithHoldingTaxDeleteFluentHelper.getEntity() |
protected CustomerWithHoldingTax |
CustomerWithHoldingTaxUpdateFluentHelper.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() |
Optional<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) |
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.
|
protected CustomerWithHoldingTaxLink<ObjectT> |
CustomerWithHoldingTaxLink.translateLinkType(EntityLink<CustomerWithHoldingTaxLink<ObjectT>,CustomerWithHoldingTax,ObjectT> link) |
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 customerAccountGroup,
ErpConfigContext erpConfigContext,
List<CustomerDunning> toCustomerDunning,
List<CustomerWithHoldingTax> toWithHoldingTax) |
Copyright © 2018 SAP SE. All rights reserved.