Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner |
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() |
Modifier and Type | Method and Description |
---|---|
List<BPContactToAddress> |
BusinessPartnerContact.fetchContactAddress()
Fetches the BPContactToAddress entities (one to many) associated with this entity.
|
Optional<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) |
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.
|
protected BPContactToAddressLink<ObjectT> |
BPContactToAddressLink.translateLinkType(EntityLink<BPContactToAddressLink<ObjectT>,BPContactToAddress,ObjectT> link) |
Constructor and Description |
---|
BusinessPartnerContact(String relationshipNumber,
String businessPartnerCompany,
String businessPartnerPerson,
LocalDateTime validityEndDate,
LocalDateTime validityStartDate,
Boolean isStandardRelationship,
String relationshipCategory,
ErpConfigContext erpConfigContext,
List<BPContactToAddress> toContactAddress,
BPContactToFuncAndDept toContactRelationship) |
Copyright © 2018 SAP SE. All rights reserved.