Package | Description |
---|---|
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner | |
com.sap.cloud.sdk.s4hana.datamodel.odata.services |
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() |
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.
|
List<AddressEmailAddress> |
BPContactToAddress.getEmailAddressOrFetch()
Retrieval of associated AddressEmailAddress entities (one to many).
|
List<AddressEmailAddress> |
BusinessPartnerAddress.getEmailAddressOrFetch()
Retrieval of associated AddressEmailAddress entities (one to many).
|
com.google.common.base.Optional<List<AddressEmailAddress>> |
BPContactToAddress.getEmailAddressOrNull()
Retrieval of associated AddressEmailAddress entities (one to many).
|
com.google.common.base.Optional<List<AddressEmailAddress>> |
BusinessPartnerAddress.getEmailAddressOrNull()
Retrieval of associated AddressEmailAddress entities (one to many).
|
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) |
BusinessPartnerAddress.BusinessPartnerAddressBuilder |
BusinessPartnerAddress.BusinessPartnerAddressBuilder.emailAddress(AddressEmailAddress... value) |
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(AddressEmailAddress entity) |
AddressEmailAddressDeleteFluentHelper(AddressEmailAddress entity) |
AddressEmailAddressUpdateFluentHelper(AddressEmailAddress entity) |
Constructor and Description |
---|
BPContactToAddress(String relationshipNumber,
String businessPartnerCompany,
String businessPartnerPerson,
Calendar 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,
ErpConfigContext erpConfigContext,
List<AddressEmailAddress> toEmailAddress,
List<AddressFaxNumber> toFaxNumber,
List<AddressPhoneNumber> toMobilePhoneNumber,
List<AddressPhoneNumber> toPhoneNumber,
List<AddressHomePageURL> toURLAddress) |
BusinessPartnerAddress(String businessPartner,
String addressID,
Calendar validityStartDate,
Calendar 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,
ErpConfigContext erpConfigContext,
List<BuPaAddressUsage> toAddressUsage,
List<AddressEmailAddress> toEmailAddress,
List<AddressFaxNumber> toFaxNumber,
List<AddressPhoneNumber> toMobilePhoneNumber,
List<AddressPhoneNumber> toPhoneNumber,
List<AddressHomePageURL> toURLAddress) |
Copyright © 2018 SAP SE. All rights reserved.