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 BusinessPartnerAddressLink<BuPaAddressUsage> |
BusinessPartnerAddress.TO_ADDRESS_USAGE
Use with available fluent helpers to apply the to_AddressUsage navigation property to query operations.
|
Modifier and Type | Method and Description |
---|---|
BuPaAddressUsage |
BuPaAddressUsage.BuPaAddressUsageBuilder.build() |
Modifier and Type | Method and Description |
---|---|
List<BuPaAddressUsage> |
BusinessPartnerAddress.fetchAddressUsage()
Fetches the BuPaAddressUsage entities (one to many) associated with this entity.
|
List<BuPaAddressUsage> |
BusinessPartnerAddress.getAddressUsageOrFetch()
Retrieval of associated BuPaAddressUsage entities (one to many).
|
com.google.common.base.Optional<List<BuPaAddressUsage>> |
BusinessPartnerAddress.getAddressUsageOrNull()
Retrieval of associated BuPaAddressUsage entities (one to many).
|
Class<BuPaAddressUsage> |
BuPaAddressUsage.getType() |
Modifier and Type | Method and Description |
---|---|
void |
BusinessPartnerAddress.addAddressUsage(BuPaAddressUsage... entity)
Adds elements to the list of associated BuPaAddressUsage entities.
|
BusinessPartnerAddress.BusinessPartnerAddressBuilder |
BusinessPartnerAddress.BusinessPartnerAddressBuilder.addressUsage(BuPaAddressUsage... value) |
Modifier and Type | Method and Description |
---|---|
void |
BusinessPartnerAddress.setAddressUsage(List<BuPaAddressUsage> value)
Overwrites the list of associated BuPaAddressUsage entities for the loaded navigation property to_AddressUsage.
|
Constructor and Description |
---|
BuPaAddressUsageCreateFluentHelper(BuPaAddressUsage entity) |
BuPaAddressUsageDeleteFluentHelper(BuPaAddressUsage entity) |
BuPaAddressUsageUpdateFluentHelper(BuPaAddressUsage entity) |
Constructor and Description |
---|
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.