Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.BuPaAddressUsage
Packages that use BuPaAddressUsage
Package
Description
-
Uses of BuPaAddressUsage in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type parameters of type BuPaAddressUsageModifier and TypeFieldDescriptionstatic final BusinessPartnerAddressLink<BuPaAddressUsage>BusinessPartnerAddress.TO_ADDRESS_USAGEUse with available fluent helpers to apply the to_AddressUsage navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return BuPaAddressUsageModifier and TypeMethodDescriptionBuPaAddressUsage.BuPaAddressUsageBuilder.build()protected BuPaAddressUsageBuPaAddressUsageCreateFluentHelper.getEntity()protected BuPaAddressUsageBuPaAddressUsageDeleteFluentHelper.getEntity()protected BuPaAddressUsageBuPaAddressUsageUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type BuPaAddressUsageModifier and TypeMethodDescriptionBusinessPartnerAddress.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).BusinessPartnerAddress.getAddressUsageOrFetch()Retrieval of associated BuPaAddressUsage entities (one to many).protected Class<BuPaAddressUsage>BuPaAddressUsageByKeyFluentHelper.getEntityClass()protected Class<BuPaAddressUsage>BuPaAddressUsageFluentHelper.getEntityClass()BuPaAddressUsage.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type BuPaAddressUsageModifier and TypeMethodDescriptionvoidBusinessPartnerAddress.addAddressUsage(BuPaAddressUsage... entity) Adds elements to the list of associated BuPaAddressUsage entities.BusinessPartnerAddress.BusinessPartnerAddressBuilder.addressUsage(BuPaAddressUsage... value) Navigation property to_AddressUsage for BusinessPartnerAddress to multiple BuPaAddressUsage.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type BuPaAddressUsageModifier and TypeMethodDescriptionvoidBusinessPartnerAddress.setAddressUsage(List<BuPaAddressUsage> value) Overwrites the list of associated BuPaAddressUsage entities for the loaded navigation property to_AddressUsage.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type BuPaAddressUsageModifierConstructorDescriptionBuPaAddressUsageCreateFluentHelper(String servicePath, BuPaAddressUsage entity, String entityCollection) Creates a fluent helper object that will create aBuPaAddressUsageentity on the OData endpoint.BuPaAddressUsageDeleteFluentHelper(String servicePath, BuPaAddressUsage entity, String entityCollection) Creates a fluent helper object that will delete aBuPaAddressUsageentity on the OData endpoint.BuPaAddressUsageUpdateFluentHelper(String servicePath, BuPaAddressUsage entity, String entityCollection) Creates a fluent helper object that will update aBuPaAddressUsageentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type BuPaAddressUsageModifierConstructorDescriptionBusinessPartnerAddress(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, BPAddrDepdntIntlLocNumber toBPAddrDepdntIntlLocNumber, List<AddressEmailAddress> toEmailAddress, List<AddressFaxNumber> toFaxNumber, List<AddressPhoneNumber> toMobilePhoneNumber, List<AddressPhoneNumber> toPhoneNumber, List<AddressHomePageURL> toURLAddress) -
Uses of BuPaAddressUsage in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.batch with parameters of type BuPaAddressUsageModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createBuPaAddressUsage(BuPaAddressUsage buPaAddressUsage) Create a newBuPaAddressUsageentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createBuPaAddressUsage(BuPaAddressUsage buPaAddressUsage) BusinessPartnerServiceBatchChangeSet.deleteBuPaAddressUsage(BuPaAddressUsage buPaAddressUsage) Deletes an existingBuPaAddressUsageentity in the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.deleteBuPaAddressUsage(BuPaAddressUsage buPaAddressUsage) BusinessPartnerServiceBatchChangeSet.updateBuPaAddressUsage(BuPaAddressUsage buPaAddressUsage) Update an existingBuPaAddressUsageentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateBuPaAddressUsage(BuPaAddressUsage buPaAddressUsage) -
Uses of BuPaAddressUsage in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link that return types with arguments of type BuPaAddressUsageModifier and TypeMethodDescriptionBuPaAddressUsageOneToOneLink.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.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.link with type arguments of type BuPaAddressUsageModifier and TypeMethodDescriptionprotected BuPaAddressUsageLink<ObjectT>BuPaAddressUsageLink.translateLinkType(EntityLink<BuPaAddressUsageLink<ObjectT>, BuPaAddressUsage, ObjectT> link) -
Uses of BuPaAddressUsage in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type BuPaAddressUsageModifier and TypeMethodDescriptionBusinessPartnerService.createBuPaAddressUsage(BuPaAddressUsage buPaAddressUsage) Deprecated.Create a newBuPaAddressUsageentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createBuPaAddressUsage(BuPaAddressUsage buPaAddressUsage) Deprecated.BusinessPartnerService.deleteBuPaAddressUsage(BuPaAddressUsage buPaAddressUsage) Deprecated.Deletes an existingBuPaAddressUsageentity in the S/4HANA system.DefaultBusinessPartnerService.deleteBuPaAddressUsage(BuPaAddressUsage buPaAddressUsage) Deprecated.BusinessPartnerService.updateBuPaAddressUsage(BuPaAddressUsage buPaAddressUsage) Deprecated.Update an existingBuPaAddressUsageentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateBuPaAddressUsage(BuPaAddressUsage buPaAddressUsage) Deprecated.