Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.BPContactToAddress
Packages that use BPContactToAddress
Package
Description
-
Uses of BPContactToAddress 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 BPContactToAddressModifier and TypeFieldDescriptionstatic final BusinessPartnerContactLink<BPContactToAddress>BusinessPartnerContact.TO_CONTACT_ADDRESSUse with available fluent helpers to apply the to_ContactAddress navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return BPContactToAddressModifier and TypeMethodDescriptionBPContactToAddress.BPContactToAddressBuilder.build()protected BPContactToAddressBPContactToAddressCreateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type BPContactToAddressModifier and TypeMethodDescriptionBusinessPartnerContact.fetchContactAddress()Fetches the BPContactToAddress entities (one to many) associated with this entity.io.vavr.control.Option<List<BPContactToAddress>>BusinessPartnerContact.getContactAddressIfPresent()Retrieval of associated BPContactToAddress entities (one to many).BusinessPartnerContact.getContactAddressOrFetch()Retrieval of associated BPContactToAddress entities (one to many).protected Class<BPContactToAddress>BPContactToAddressByKeyFluentHelper.getEntityClass()protected Class<BPContactToAddress>BPContactToAddressFluentHelper.getEntityClass()BPContactToAddress.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type BPContactToAddressModifier and TypeMethodDescriptionvoidBusinessPartnerContact.addContactAddress(BPContactToAddress... entity) Adds elements to the list of associated BPContactToAddress entities.BusinessPartnerContact.BusinessPartnerContactBuilder.contactAddress(BPContactToAddress... value) Navigation property to_ContactAddress for BusinessPartnerContact to multiple BPContactToAddress.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type BPContactToAddressModifier and TypeMethodDescriptionvoidBusinessPartnerContact.setContactAddress(List<BPContactToAddress> value) Overwrites the list of associated BPContactToAddress entities for the loaded navigation property to_ContactAddress.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type BPContactToAddressModifierConstructorDescriptionBPContactToAddressCreateFluentHelper(String servicePath, BPContactToAddress entity, String entityCollection) Creates a fluent helper object that will create aBPContactToAddressentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type BPContactToAddressModifierConstructorDescriptionBusinessPartnerContact(String relationshipNumber, String businessPartnerCompany, String businessPartnerPerson, LocalDateTime validityEndDate, LocalDateTime validityStartDate, Boolean isStandardRelationship, String relationshipCategory, List<BPContactToAddress> toContactAddress, BPContactToFuncAndDept toContactRelationship) -
Uses of BPContactToAddress 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 BPContactToAddressModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createBPContactToAddress(BPContactToAddress bPContactToAddress) Create a newBPContactToAddressentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createBPContactToAddress(BPContactToAddress bPContactToAddress) -
Uses of BPContactToAddress 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 BPContactToAddressModifier and TypeMethodDescriptionBPContactToAddressOneToOneLink.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 BPContactToAddressModifier and TypeMethodDescriptionprotected BPContactToAddressLink<ObjectT>BPContactToAddressLink.translateLinkType(EntityLink<BPContactToAddressLink<ObjectT>, BPContactToAddress, ObjectT> link) -
Uses of BPContactToAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type BPContactToAddressModifier and TypeMethodDescriptionBusinessPartnerService.createBPContactToAddress(BPContactToAddress bPContactToAddress) Deprecated.Create a newBPContactToAddressentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createBPContactToAddress(BPContactToAddress bPContactToAddress) Deprecated.