Modifier and Type | Field and Description |
---|---|
static BusinessPartnerContactLink<BPContactToAddress> |
BusinessPartnerContact.TO_CONTACT_ADDRESS
Use with available fluent helpers to apply the to_ContactAddress navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
BPContactToAddress |
BPContactToAddress.BPContactToAddressBuilder.build() |
protected BPContactToAddress |
BPContactToAddressCreateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<BPContactToAddress> |
BusinessPartnerContact.fetchContactAddress()
Fetches the BPContactToAddress entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<BPContactToAddress>> |
BusinessPartnerContact.getContactAddressIfPresent()
Retrieval of associated BPContactToAddress entities (one to many).
|
List<BPContactToAddress> |
BusinessPartnerContact.getContactAddressOrFetch()
Retrieval of associated BPContactToAddress entities (one to many).
|
protected Class<BPContactToAddress> |
BPContactToAddressByKeyFluentHelper.getEntityClass() |
protected Class<BPContactToAddress> |
BPContactToAddressFluentHelper.getEntityClass() |
Class<BPContactToAddress> |
BPContactToAddress.getType() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessPartnerContact.addContactAddress(BPContactToAddress... entity)
Adds elements to the list of associated BPContactToAddress entities.
|
BusinessPartnerContact.BusinessPartnerContactBuilder |
BusinessPartnerContact.BusinessPartnerContactBuilder.contactAddress(BPContactToAddress... value)
Navigation property to_ContactAddress for BusinessPartnerContact to multiple
BPContactToAddress.
|
Modifier and Type | Method and Description |
---|---|
void |
BusinessPartnerContact.setContactAddress(List<BPContactToAddress> value)
Overwrites the list of associated BPContactToAddress entities for the loaded navigation property
to_ContactAddress.
|
Constructor and Description |
---|
BPContactToAddressCreateFluentHelper(String servicePath,
BPContactToAddress entity)
Creates a fluent helper object that will create a
BPContactToAddress entity on the OData endpoint. |
Constructor and Description |
---|
BusinessPartnerContact(String relationshipNumber,
String businessPartnerCompany,
String businessPartnerPerson,
LocalDateTime validityEndDate,
LocalDateTime validityStartDate,
Boolean isStandardRelationship,
String relationshipCategory,
List<BPContactToAddress> toContactAddress,
BPContactToFuncAndDept toContactRelationship) |
Modifier and Type | Method and Description |
---|---|
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.createBPContactToAddress(BPContactToAddress bPContactToAddress)
Create a new
BPContactToAddress entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.createBPContactToAddress(BPContactToAddress bPContactToAddress)
Create a new
BPContactToAddress entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BPContactToAddress> |
BPContactToAddressOneToOneLink.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 BPContactToAddressLink<ObjectT> |
BPContactToAddressLink.translateLinkType(EntityLink<BPContactToAddressLink<ObjectT>,BPContactToAddress,ObjectT> link) |
Modifier and Type | Method and Description |
---|---|
BPContactToAddressCreateFluentHelper |
BusinessPartnerService.createBPContactToAddress(BPContactToAddress bPContactToAddress)
Create a new
BPContactToAddress entity and save it to the S/4HANA system. |
BPContactToAddressCreateFluentHelper |
DefaultBusinessPartnerService.createBPContactToAddress(BPContactToAddress bPContactToAddress) |
Copyright © 2021 SAP SE. All rights reserved.