Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.BPAddrDepdntIntlLocNumber
Packages that use BPAddrDepdntIntlLocNumber
Package
Description
-
Uses of BPAddrDepdntIntlLocNumber 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 BPAddrDepdntIntlLocNumberModifier and TypeFieldDescriptionstatic final BusinessPartnerAddressOneToOneLink<BPAddrDepdntIntlLocNumber>BusinessPartnerAddress.TO_BP_ADDR_DEPDNT_INTL_LOC_NUMBERUse with available fluent helpers to apply the to_BPAddrDepdntIntlLocNumber navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return BPAddrDepdntIntlLocNumberModifier and TypeMethodDescriptionBPAddrDepdntIntlLocNumber.BPAddrDepdntIntlLocNumberBuilder.build()BusinessPartnerAddress.fetchBPAddrDepdntIntlLocNumber()Fetches the BPAddrDepdntIntlLocNumber entity (one to one) associated with this entity.BusinessPartnerAddress.getBPAddrDepdntIntlLocNumberOrFetch()Retrieval of associated BPAddrDepdntIntlLocNumber entity (one to one).protected BPAddrDepdntIntlLocNumberBPAddrDepdntIntlLocNumberCreateFluentHelper.getEntity()protected BPAddrDepdntIntlLocNumberBPAddrDepdntIntlLocNumberDeleteFluentHelper.getEntity()protected BPAddrDepdntIntlLocNumberBPAddrDepdntIntlLocNumberUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type BPAddrDepdntIntlLocNumberModifier and TypeMethodDescriptionio.vavr.control.Option<BPAddrDepdntIntlLocNumber>BusinessPartnerAddress.getBPAddrDepdntIntlLocNumberIfPresent()Retrieval of associated BPAddrDepdntIntlLocNumber entity (one to one).protected Class<BPAddrDepdntIntlLocNumber>BPAddrDepdntIntlLocNumberByKeyFluentHelper.getEntityClass()protected Class<BPAddrDepdntIntlLocNumber>BPAddrDepdntIntlLocNumberFluentHelper.getEntityClass()BPAddrDepdntIntlLocNumber.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type BPAddrDepdntIntlLocNumberModifier and TypeMethodDescriptionBusinessPartnerAddress.BusinessPartnerAddressBuilder.bpAddrDepdntIntlLocNumber(BPAddrDepdntIntlLocNumber value) Navigation property to_BPAddrDepdntIntlLocNumber for BusinessPartnerAddress to single BPAddrDepdntIntlLocNumber.voidBusinessPartnerAddress.setBPAddrDepdntIntlLocNumber(BPAddrDepdntIntlLocNumber value) Overwrites the associated BPAddrDepdntIntlLocNumber entity for the loaded navigation property to_BPAddrDepdntIntlLocNumber.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type BPAddrDepdntIntlLocNumberModifierConstructorDescriptionBPAddrDepdntIntlLocNumberCreateFluentHelper(String servicePath, BPAddrDepdntIntlLocNumber entity, String entityCollection) Creates a fluent helper object that will create aBPAddrDepdntIntlLocNumberentity on the OData endpoint.BPAddrDepdntIntlLocNumberDeleteFluentHelper(String servicePath, BPAddrDepdntIntlLocNumber entity, String entityCollection) Creates a fluent helper object that will delete aBPAddrDepdntIntlLocNumberentity on the OData endpoint.BPAddrDepdntIntlLocNumberUpdateFluentHelper(String servicePath, BPAddrDepdntIntlLocNumber entity, String entityCollection) Creates a fluent helper object that will update aBPAddrDepdntIntlLocNumberentity on the OData endpoint.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, BPAddrDepdntIntlLocNumber toBPAddrDepdntIntlLocNumber, List<AddressEmailAddress> toEmailAddress, List<AddressFaxNumber> toFaxNumber, List<AddressPhoneNumber> toMobilePhoneNumber, List<AddressPhoneNumber> toPhoneNumber, List<AddressHomePageURL> toURLAddress) -
Uses of BPAddrDepdntIntlLocNumber 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 BPAddrDepdntIntlLocNumberModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createBPAddrDepdntIntlLocNumber(BPAddrDepdntIntlLocNumber bPAddrDepdntIntlLocNumber) Create a newBPAddrDepdntIntlLocNumberentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createBPAddrDepdntIntlLocNumber(BPAddrDepdntIntlLocNumber bPAddrDepdntIntlLocNumber) BusinessPartnerServiceBatchChangeSet.deleteBPAddrDepdntIntlLocNumber(BPAddrDepdntIntlLocNumber bPAddrDepdntIntlLocNumber) Deletes an existingBPAddrDepdntIntlLocNumberentity in the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.deleteBPAddrDepdntIntlLocNumber(BPAddrDepdntIntlLocNumber bPAddrDepdntIntlLocNumber) BusinessPartnerServiceBatchChangeSet.updateBPAddrDepdntIntlLocNumber(BPAddrDepdntIntlLocNumber bPAddrDepdntIntlLocNumber) Update an existingBPAddrDepdntIntlLocNumberentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateBPAddrDepdntIntlLocNumber(BPAddrDepdntIntlLocNumber bPAddrDepdntIntlLocNumber) -
Uses of BPAddrDepdntIntlLocNumber 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 BPAddrDepdntIntlLocNumberModifier and TypeMethodDescriptionBPAddrDepdntIntlLocNumberOneToOneLink.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 BPAddrDepdntIntlLocNumberModifier and TypeMethodDescriptionprotected BPAddrDepdntIntlLocNumberLink<ObjectT>BPAddrDepdntIntlLocNumberLink.translateLinkType(EntityLink<BPAddrDepdntIntlLocNumberLink<ObjectT>, BPAddrDepdntIntlLocNumber, ObjectT> link) -
Uses of BPAddrDepdntIntlLocNumber in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type BPAddrDepdntIntlLocNumberModifier and TypeMethodDescriptionBusinessPartnerService.createBPAddrDepdntIntlLocNumber(BPAddrDepdntIntlLocNumber bPAddrDepdntIntlLocNumber) Deprecated.Create a newBPAddrDepdntIntlLocNumberentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createBPAddrDepdntIntlLocNumber(BPAddrDepdntIntlLocNumber bPAddrDepdntIntlLocNumber) Deprecated.BusinessPartnerService.deleteBPAddrDepdntIntlLocNumber(BPAddrDepdntIntlLocNumber bPAddrDepdntIntlLocNumber) Deprecated.Deletes an existingBPAddrDepdntIntlLocNumberentity in the S/4HANA system.DefaultBusinessPartnerService.deleteBPAddrDepdntIntlLocNumber(BPAddrDepdntIntlLocNumber bPAddrDepdntIntlLocNumber) Deprecated.BusinessPartnerService.updateBPAddrDepdntIntlLocNumber(BPAddrDepdntIntlLocNumber bPAddrDepdntIntlLocNumber) Deprecated.Update an existingBPAddrDepdntIntlLocNumberentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateBPAddrDepdntIntlLocNumber(BPAddrDepdntIntlLocNumber bPAddrDepdntIntlLocNumber) Deprecated.