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<AddressHomePageURL> |
BPContactToAddress.TO_URL_ADDRESS
Use with available fluent helpers to apply the to_URLAddress navigation property to query operations.
|
static BusinessPartnerAddressLink<AddressHomePageURL> |
BusinessPartnerAddress.TO_URL_ADDRESS
Use with available fluent helpers to apply the to_URLAddress navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
AddressHomePageURL |
AddressHomePageURL.AddressHomePageURLBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<AddressHomePageURL> |
BPContactToAddress.fetchURLAddress()
Fetches the AddressHomePageURL entities (one to many) associated with this entity.
|
List<AddressHomePageURL> |
BusinessPartnerAddress.fetchURLAddress()
Fetches the AddressHomePageURL entities (one to many) associated with this entity.
|
Class<AddressHomePageURL> |
AddressHomePageURL.getType() |
List<AddressHomePageURL> |
BPContactToAddress.getURLAddressOrFetch()
Retrieval of associated AddressHomePageURL entities (one to many).
|
List<AddressHomePageURL> |
BusinessPartnerAddress.getURLAddressOrFetch()
Retrieval of associated AddressHomePageURL entities (one to many).
|
com.google.common.base.Optional<List<AddressHomePageURL>> |
BPContactToAddress.getURLAddressOrNull()
Retrieval of associated AddressHomePageURL entities (one to many).
|
com.google.common.base.Optional<List<AddressHomePageURL>> |
BusinessPartnerAddress.getURLAddressOrNull()
Retrieval of associated AddressHomePageURL entities (one to many).
|
Modifier and Type | Method and Description |
---|---|
void |
BPContactToAddress.addURLAddress(AddressHomePageURL... entity)
Adds elements to the list of associated AddressHomePageURL entities.
|
void |
BusinessPartnerAddress.addURLAddress(AddressHomePageURL... entity)
Adds elements to the list of associated AddressHomePageURL entities.
|
BPContactToAddress.BPContactToAddressBuilder |
BPContactToAddress.BPContactToAddressBuilder.urlAddress(AddressHomePageURL... value) |
BusinessPartnerAddress.BusinessPartnerAddressBuilder |
BusinessPartnerAddress.BusinessPartnerAddressBuilder.urlAddress(AddressHomePageURL... value) |
Modifier and Type | Method and Description |
---|---|
void |
BPContactToAddress.setURLAddress(List<AddressHomePageURL> value)
Overwrites the list of associated AddressHomePageURL entities for the loaded navigation property to_URLAddress.
|
void |
BusinessPartnerAddress.setURLAddress(List<AddressHomePageURL> value)
Overwrites the list of associated AddressHomePageURL entities for the loaded navigation property to_URLAddress.
|
Constructor and Description |
---|
AddressHomePageURLCreateFluentHelper(AddressHomePageURL entity) |
AddressHomePageURLDeleteFluentHelper(AddressHomePageURL entity) |
AddressHomePageURLUpdateFluentHelper(AddressHomePageURL 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.