Modifier and Type | Field and Description |
---|---|
static CustomerLink<CustomerText> |
Customer.TO_CUSTOMER_TEXT
Use with available fluent helpers to apply the to_CustomerText navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
CustomerText |
CustomerText.CustomerTextBuilder.build() |
protected CustomerText |
CustomerTextCreateFluentHelper.getEntity() |
protected CustomerText |
CustomerTextDeleteFluentHelper.getEntity() |
protected CustomerText |
CustomerTextUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<CustomerText> |
Customer.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).
|
List<CustomerText> |
Customer.getCustomerTextOrFetch()
Retrieval of associated CustomerText entities (one to many).
|
protected Class<CustomerText> |
CustomerTextByKeyFluentHelper.getEntityClass() |
protected Class<CustomerText> |
CustomerTextFluentHelper.getEntityClass() |
Class<CustomerText> |
CustomerText.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Customer.addCustomerText(CustomerText... entity)
Adds elements to the list of associated CustomerText entities.
|
Customer.CustomerBuilder |
Customer.CustomerBuilder.customerText(CustomerText... value)
Navigation property to_CustomerText for Customer to multiple CustomerText.
|
Modifier and Type | Method and Description |
---|---|
void |
Customer.setCustomerText(List<CustomerText> value)
Overwrites the list of associated CustomerText entities for the loaded navigation property
to_CustomerText.
|
Constructor and Description |
---|
CustomerTextCreateFluentHelper(String servicePath,
CustomerText entity)
Creates a fluent helper object that will create a
CustomerText entity on
the OData endpoint. |
CustomerTextDeleteFluentHelper(String servicePath,
CustomerText entity)
Creates a fluent helper object that will delete a
CustomerText entity on
the OData endpoint. |
CustomerTextUpdateFluentHelper(String servicePath,
CustomerText entity)
Creates a fluent helper object that will update a
CustomerText entity on
the OData endpoint. |
Constructor and Description |
---|
Customer(String customer,
String authorizationGroup,
String billingIsBlockedForCustomer,
String createdByUser,
LocalDateTime creationDate,
String customerAccountGroup,
String customerClassification,
String customerFullName,
String customerName,
String deliveryIsBlocked,
String nFPartnerIsNaturalPerson,
String orderIsBlockedForCustomer,
Boolean postingIsBlocked,
String supplier,
String customerCorporateGroup,
String fiscalAddress,
String industry,
String industryCode1,
String industryCode2,
String industryCode3,
String industryCode4,
String industryCode5,
String internationalLocationNumber1,
String nielsenRegion,
String responsibleType,
String taxNumber1,
String taxNumber2,
String taxNumber3,
String taxNumber4,
String taxNumber5,
String taxNumberType,
String vATRegistration,
Boolean deletionIndicator,
List<CustomerCompany> toCustomerCompany,
List<CustomerSalesArea> toCustomerSalesArea,
List<CustomerTaxGrouping> toCustomerTaxGrouping,
List<CustomerText> toCustomerText) |
Modifier and Type | Method and Description |
---|---|
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.createCustomerText(CustomerText customerText)
Create a new
CustomerText entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.createCustomerText(CustomerText customerText)
Create a new
CustomerText entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.deleteCustomerText(CustomerText customerText)
Deletes an existing
CustomerText entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.deleteCustomerText(CustomerText customerText)
Deletes an existing
CustomerText entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.updateCustomerText(CustomerText customerText)
Update an existing
CustomerText entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.updateCustomerText(CustomerText customerText)
Update an existing
CustomerText entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<CustomerText> |
CustomerTextOneToOneLink.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 CustomerTextLink<ObjectT> |
CustomerTextLink.translateLinkType(EntityLink<CustomerTextLink<ObjectT>,CustomerText,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
CustomerTextCreateFluentHelper |
BusinessPartnerService.createCustomerText(CustomerText customerText)
Create a new
CustomerText entity and save it to the S/4HANA system. |
CustomerTextCreateFluentHelper |
DefaultBusinessPartnerService.createCustomerText(CustomerText customerText) |
CustomerTextDeleteFluentHelper |
BusinessPartnerService.deleteCustomerText(CustomerText customerText)
Deletes an existing
CustomerText entity in the S/4HANA system. |
CustomerTextDeleteFluentHelper |
DefaultBusinessPartnerService.deleteCustomerText(CustomerText customerText) |
CustomerTextUpdateFluentHelper |
BusinessPartnerService.updateCustomerText(CustomerText customerText)
Update an existing
CustomerText entity and save it to the S/4HANA system. |
CustomerTextUpdateFluentHelper |
DefaultBusinessPartnerService.updateCustomerText(CustomerText customerText) |
Copyright © 2020 SAP SE. All rights reserved.