Modifier and Type | Field and Description |
---|---|
static BPContactToAddressLink<AddressEmailAddress> |
BPContactToAddress.TO_EMAIL_ADDRESS
Use with available fluent helpers to apply the to_EmailAddress navigation property to query operations.
|
static BusinessPartnerAddressLink<AddressEmailAddress> |
BusinessPartnerAddress.TO_EMAIL_ADDRESS
Use with available fluent helpers to apply the to_EmailAddress navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
AddressEmailAddress |
AddressEmailAddress.AddressEmailAddressBuilder.build() |
protected AddressEmailAddress |
AddressEmailAddressDeleteFluentHelper.getEntity() |
protected AddressEmailAddress |
AddressEmailAddressCreateFluentHelper.getEntity() |
protected AddressEmailAddress |
AddressEmailAddressUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<AddressEmailAddress> |
BPContactToAddress.fetchEmailAddress()
Fetches the AddressEmailAddress entities (one to many) associated with this entity.
|
List<AddressEmailAddress> |
BusinessPartnerAddress.fetchEmailAddress()
Fetches the AddressEmailAddress entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<AddressEmailAddress>> |
BPContactToAddress.getEmailAddressIfPresent()
Retrieval of associated AddressEmailAddress entities (one to many).
|
io.vavr.control.Option<List<AddressEmailAddress>> |
BusinessPartnerAddress.getEmailAddressIfPresent()
Retrieval of associated AddressEmailAddress entities (one to many).
|
List<AddressEmailAddress> |
BPContactToAddress.getEmailAddressOrFetch()
Retrieval of associated AddressEmailAddress entities (one to many).
|
List<AddressEmailAddress> |
BusinessPartnerAddress.getEmailAddressOrFetch()
Retrieval of associated AddressEmailAddress entities (one to many).
|
protected Class<AddressEmailAddress> |
AddressEmailAddressByKeyFluentHelper.getEntityClass() |
protected Class<AddressEmailAddress> |
AddressEmailAddressFluentHelper.getEntityClass() |
Class<AddressEmailAddress> |
AddressEmailAddress.getType() |
Modifier and Type | Method and Description |
---|---|
void |
BPContactToAddress.addEmailAddress(AddressEmailAddress... entity)
Adds elements to the list of associated AddressEmailAddress entities.
|
void |
BusinessPartnerAddress.addEmailAddress(AddressEmailAddress... entity)
Adds elements to the list of associated AddressEmailAddress entities.
|
BPContactToAddress.BPContactToAddressBuilder |
BPContactToAddress.BPContactToAddressBuilder.emailAddress(AddressEmailAddress... value)
Navigation property to_EmailAddress for BPContactToAddress to multiple
AddressEmailAddress.
|
BusinessPartnerAddress.BusinessPartnerAddressBuilder |
BusinessPartnerAddress.BusinessPartnerAddressBuilder.emailAddress(AddressEmailAddress... value)
Navigation property to_EmailAddress for BusinessPartnerAddress to multiple
AddressEmailAddress.
|
Modifier and Type | Method and Description |
---|---|
void |
BPContactToAddress.setEmailAddress(List<AddressEmailAddress> value)
Overwrites the list of associated AddressEmailAddress entities for the loaded navigation property
to_EmailAddress.
|
void |
BusinessPartnerAddress.setEmailAddress(List<AddressEmailAddress> value)
Overwrites the list of associated AddressEmailAddress entities for the loaded navigation property
to_EmailAddress.
|
Constructor and Description |
---|
AddressEmailAddressCreateFluentHelper(String servicePath,
AddressEmailAddress entity)
Creates a fluent helper object that will create a
AddressEmailAddress entity on the OData endpoint. |
AddressEmailAddressDeleteFluentHelper(String servicePath,
AddressEmailAddress entity)
Creates a fluent helper object that will delete a
AddressEmailAddress entity on the OData endpoint. |
AddressEmailAddressUpdateFluentHelper(String servicePath,
AddressEmailAddress entity)
Creates a fluent helper object that will update a
AddressEmailAddress entity on the OData endpoint. |
Constructor and Description |
---|
BPContactToAddress(String relationshipNumber,
String businessPartnerCompany,
String businessPartnerPerson,
LocalDateTime validityEndDate,
String addressID,
String addressNumber,
String additionalStreetPrefixName,
String additionalStreetSuffixName,
String addressTimeZone,
String careOfName,
String cityCode,
String cityName,
String companyPostalCode,
String country,
String county,
String deliveryServiceNumber,
String deliveryServiceTypeCode,
String district,
String formOfAddress,
String fullName,
String homeCityName,
String houseNumber,
String houseNumberSupplementText,
String language,
String pOBox,
String pOBoxDeviatingCityName,
String pOBoxDeviatingCountry,
String pOBoxDeviatingRegion,
Boolean pOBoxIsWithoutNumber,
String pOBoxLobbyName,
String pOBoxPostalCode,
String person,
String postalCode,
String prfrdCommMediumType,
String region,
String streetName,
String streetPrefixName,
String streetSuffixName,
String taxJurisdiction,
String transportZone,
List<AddressEmailAddress> toEmailAddress,
List<AddressFaxNumber> toFaxNumber,
List<AddressPhoneNumber> toMobilePhoneNumber,
List<AddressPhoneNumber> toPhoneNumber,
List<AddressHomePageURL> toURLAddress) |
BusinessPartnerAddress(String businessPartner,
String addressID,
ZonedDateTime validityStartDate,
ZonedDateTime validityEndDate,
String authorizationGroup,
UUID addressUUID,
String additionalStreetPrefixName,
String additionalStreetSuffixName,
String addressTimeZone,
String careOfName,
String cityCode,
String cityName,
String companyPostalCode,
String country,
String county,
String deliveryServiceNumber,
String deliveryServiceTypeCode,
String district,
String formOfAddress,
String fullName,
String homeCityName,
String houseNumber,
String houseNumberSupplementText,
String language,
String pOBox,
String pOBoxDeviatingCityName,
String pOBoxDeviatingCountry,
String pOBoxDeviatingRegion,
Boolean pOBoxIsWithoutNumber,
String pOBoxLobbyName,
String pOBoxPostalCode,
String person,
String postalCode,
String prfrdCommMediumType,
String region,
String streetName,
String streetPrefixName,
String streetSuffixName,
String taxJurisdiction,
String transportZone,
String addressIDByExternalSystem,
String countyCode,
String townshipCode,
String townshipName,
List<BuPaAddressUsage> toAddressUsage,
List<AddressEmailAddress> toEmailAddress,
List<AddressFaxNumber> toFaxNumber,
List<AddressPhoneNumber> toMobilePhoneNumber,
List<AddressPhoneNumber> toPhoneNumber,
List<AddressHomePageURL> toURLAddress) |
Modifier and Type | Method and Description |
---|---|
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.createAddressEmailAddress(AddressEmailAddress addressEmailAddress)
Create a new
AddressEmailAddress entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.createAddressEmailAddress(AddressEmailAddress addressEmailAddress)
Create a new
AddressEmailAddress entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.deleteAddressEmailAddress(AddressEmailAddress addressEmailAddress)
Deletes an existing
AddressEmailAddress entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.deleteAddressEmailAddress(AddressEmailAddress addressEmailAddress)
Deletes an existing
AddressEmailAddress entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.updateAddressEmailAddress(AddressEmailAddress addressEmailAddress)
Update an existing
AddressEmailAddress entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.updateAddressEmailAddress(AddressEmailAddress addressEmailAddress)
Update an existing
AddressEmailAddress entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<AddressEmailAddress> |
AddressEmailAddressOneToOneLink.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 AddressEmailAddressLink<ObjectT> |
AddressEmailAddressLink.translateLinkType(EntityLink<AddressEmailAddressLink<ObjectT>,AddressEmailAddress,ObjectT> link) |
Copyright © 2021 SAP SE. All rights reserved.