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() |
protected BuPaAddressUsage |
BuPaAddressUsageCreateFluentHelper.getEntity() |
protected BuPaAddressUsage |
BuPaAddressUsageDeleteFluentHelper.getEntity() |
protected BuPaAddressUsage |
BuPaAddressUsageUpdateFluentHelper.getEntity() |
Modifier and Type | Method and Description |
---|---|
List<BuPaAddressUsage> |
BusinessPartnerAddress.fetchAddressUsage()
Fetches the BuPaAddressUsage entities (one to many) associated with this entity.
|
io.vavr.control.Option<List<BuPaAddressUsage>> |
BusinessPartnerAddress.getAddressUsageIfPresent()
Retrieval of associated BuPaAddressUsage entities (one to many).
|
List<BuPaAddressUsage> |
BusinessPartnerAddress.getAddressUsageOrFetch()
Retrieval of associated BuPaAddressUsage entities (one to many).
|
protected Class<BuPaAddressUsage> |
BuPaAddressUsageFluentHelper.getEntityClass() |
protected Class<BuPaAddressUsage> |
BuPaAddressUsageByKeyFluentHelper.getEntityClass() |
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)
Navigation property to_AddressUsage for BusinessPartnerAddress to multiple
BuPaAddressUsage.
|
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(String servicePath,
BuPaAddressUsage entity)
Creates a fluent helper object that will create a
BuPaAddressUsage
entity on the OData endpoint. |
BuPaAddressUsageDeleteFluentHelper(String servicePath,
BuPaAddressUsage entity)
Creates a fluent helper object that will delete a
BuPaAddressUsage
entity on the OData endpoint. |
BuPaAddressUsageUpdateFluentHelper(String servicePath,
BuPaAddressUsage entity)
Creates a fluent helper object that will update a
BuPaAddressUsage
entity on the OData endpoint. |
Constructor and Description |
---|
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.createBuPaAddressUsage(BuPaAddressUsage buPaAddressUsage)
Create a new
BuPaAddressUsage entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.createBuPaAddressUsage(BuPaAddressUsage buPaAddressUsage)
Create a new
BuPaAddressUsage entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.deleteBuPaAddressUsage(BuPaAddressUsage buPaAddressUsage)
Deletes an existing
BuPaAddressUsage entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.deleteBuPaAddressUsage(BuPaAddressUsage buPaAddressUsage)
Deletes an existing
BuPaAddressUsage entity in the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
DefaultBusinessPartnerServiceBatchChangeSet.updateBuPaAddressUsage(BuPaAddressUsage buPaAddressUsage)
Update an existing
BuPaAddressUsage entity and save it to the S/4HANA system. |
BusinessPartnerServiceBatchChangeSet |
BusinessPartnerServiceBatchChangeSet.updateBuPaAddressUsage(BuPaAddressUsage buPaAddressUsage)
Update an existing
BuPaAddressUsage entity and save it to the S/4HANA system. |
Modifier and Type | Method and Description |
---|---|
ExpressionFluentHelper<BuPaAddressUsage> |
BuPaAddressUsageOneToOneLink.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 BuPaAddressUsageLink<ObjectT> |
BuPaAddressUsageLink.translateLinkType(EntityLink<BuPaAddressUsageLink<ObjectT>,BuPaAddressUsage,ObjectT> link) |
Copyright © 2020 SAP SE. All rights reserved.