Modifier and Type | Field and Description |
---|---|
static BusinessPartnerLink<BusinessPartnerAddress> |
BusinessPartner.TO_BUSINESS_PARTNER_ADDRESS
Use with available fluent helpers to apply the to_BusinessPartnerAddress navigation property to query
operations.
|
Modifier and Type | Method and Description |
---|---|
BusinessPartnerAddress |
BusinessPartnerAddress.BusinessPartnerAddressBuilder.build() |
protected BusinessPartnerAddress |
BusinessPartnerAddressDeleteFluentHelper.getEntity() |
protected BusinessPartnerAddress |
BusinessPartnerAddressCreateFluentHelper.getEntity() |
protected BusinessPartnerAddress |
BusinessPartnerAddressUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<BusinessPartnerAddress> |
BusinessPartner.fetchBusinessPartnerAddress()
Fetches the BusinessPartnerAddress entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<BusinessPartnerAddress>> |
BusinessPartner.getBusinessPartnerAddressIfPresent()
Retrieval of associated BusinessPartnerAddress entities (one to many).
|
List<BusinessPartnerAddress> |
BusinessPartner.getBusinessPartnerAddressOrFetch()
Retrieval of associated BusinessPartnerAddress entities (one to many).
|
protected Class<BusinessPartnerAddress> |
BusinessPartnerAddressFluentHelper.getEntityClass() |
protected Class<BusinessPartnerAddress> |
BusinessPartnerAddressByKeyFluentHelper.getEntityClass() |
Class<BusinessPartnerAddress> |
BusinessPartnerAddress.getType() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessPartner.addBusinessPartnerAddress(BusinessPartnerAddress... entity)
Adds elements to the list of associated BusinessPartnerAddress entities.
|
BusinessPartner.BusinessPartnerBuilder |
BusinessPartner.BusinessPartnerBuilder.businessPartnerAddress(BusinessPartnerAddress... value)
Navigation property to_BusinessPartnerAddress for BusinessPartner to multiple
BusinessPartnerAddress.
|
Modifier and Type | Method and Description |
---|---|
void |
BusinessPartner.setBusinessPartnerAddress(List<BusinessPartnerAddress> value)
Overwrites the list of associated BusinessPartnerAddress entities for the loaded navigation property
to_BusinessPartnerAddress.
|
Constructor and Description |
---|
BusinessPartnerAddressCreateFluentHelper(String servicePath,
BusinessPartnerAddress entity)
Creates a fluent helper object that will create a
BusinessPartnerAddress entity on the OData endpoint. |
BusinessPartnerAddressDeleteFluentHelper(String servicePath,
BusinessPartnerAddress entity)
Creates a fluent helper object that will delete a
BusinessPartnerAddress entity on the OData endpoint. |
BusinessPartnerAddressUpdateFluentHelper(String servicePath,
BusinessPartnerAddress entity)
Creates a fluent helper object that will update a
BusinessPartnerAddress entity on the OData endpoint. |
Constructor and Description |
---|
BusinessPartner(String businessPartner,
String customer,
String supplier,
String academicTitle,
String authorizationGroup,
String businessPartnerCategory,
String businessPartnerFullName,
String businessPartnerGrouping,
String businessPartnerName,
UUID businessPartnerUUID,
String correspondenceLanguage,
String createdByUser,
LocalDateTime creationDate,
LocalTime creationTime,
String firstName,
String formOfAddress,
String industry,
String internationalLocationNumber1,
String internationalLocationNumber2,
Boolean isFemale,
Boolean isMale,
String isNaturalPerson,
Boolean isSexUnknown,
String genderCodeName,
String language,
LocalDateTime lastChangeDate,
LocalTime lastChangeTime,
String lastChangedByUser,
String lastName,
String legalForm,
String organizationBPName1,
String organizationBPName2,
String organizationBPName3,
String organizationBPName4,
LocalDateTime organizationFoundationDate,
LocalDateTime organizationLiquidationDate,
String searchTerm1,
String searchTerm2,
String additionalLastName,
LocalDateTime birthDate,
String businessPartnerBirthplaceName,
Boolean businessPartnerIsBlocked,
String businessPartnerType,
String eTag,
String groupBusinessPartnerName1,
String groupBusinessPartnerName2,
String independentAddressID,
String internationalLocationNumber3,
String middleName,
String nameCountry,
String nameFormat,
String personFullName,
String personNumber,
Boolean isMarkedForArchiving,
String businessPartnerIDByExtSystem,
String tradingPartner,
List<BuPaIdentification> toBuPaIdentification,
List<BuPaIndustry> toBuPaIndustry,
List<BusinessPartnerAddress> toBusinessPartnerAddress,
List<BusinessPartnerBank> toBusinessPartnerBank,
List<BusinessPartnerContact> toBusinessPartnerContact,
List<BusinessPartnerRole> toBusinessPartnerRole,
List<BusinessPartnerTaxNumber> toBusinessPartnerTax,
Customer toCustomer,
Supplier toSupplier) |
Modifier and Type | Method and Description |
---|---|
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.createBusinessPartnerAddress(BusinessPartnerAddress businessPartnerAddress)
Create a new
BusinessPartnerAddress entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.createBusinessPartnerAddress(BusinessPartnerAddress businessPartnerAddress)
Create a new
BusinessPartnerAddress entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.deleteBusinessPartnerAddress(BusinessPartnerAddress businessPartnerAddress)
Deletes an existing
BusinessPartnerAddress entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.deleteBusinessPartnerAddress(BusinessPartnerAddress businessPartnerAddress)
Deletes an existing
BusinessPartnerAddress entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.updateBusinessPartnerAddress(BusinessPartnerAddress businessPartnerAddress)
Update an existing
BusinessPartnerAddress entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.updateBusinessPartnerAddress(BusinessPartnerAddress businessPartnerAddress)
Update an existing
BusinessPartnerAddress entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BusinessPartnerAddress> |
BusinessPartnerAddressOneToOneLink.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 BusinessPartnerAddressLink<ObjectT> |
BusinessPartnerAddressLink.translateLinkType(EntityLink<BusinessPartnerAddressLink<ObjectT>,BusinessPartnerAddress,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.