Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner.AddressEmailAddress
Packages that use AddressEmailAddress
Package
Description
-
Uses of AddressEmailAddress 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 AddressEmailAddressModifier and TypeFieldDescriptionstatic final BPContactToAddressLink<AddressEmailAddress>BPContactToAddress.TO_EMAIL_ADDRESSUse with available fluent helpers to apply the to_EmailAddress navigation property to query operations.static final BusinessPartnerAddressLink<AddressEmailAddress>BusinessPartnerAddress.TO_EMAIL_ADDRESSUse with available fluent helpers to apply the to_EmailAddress navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return AddressEmailAddressModifier and TypeMethodDescriptionAddressEmailAddress.AddressEmailAddressBuilder.build()protected AddressEmailAddressAddressEmailAddressCreateFluentHelper.getEntity()protected AddressEmailAddressAddressEmailAddressDeleteFluentHelper.getEntity()protected AddressEmailAddressAddressEmailAddressUpdateFluentHelper.getEntity()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner that return types with arguments of type AddressEmailAddressModifier and TypeMethodDescriptionBPContactToAddress.fetchEmailAddress()Fetches the AddressEmailAddress entities (one to many) associated with this entity.BusinessPartnerAddress.fetchEmailAddress()Fetches the AddressEmailAddress entities (one to many) associated with this entity.io.vavr.control.Option<List<AddressEmailAddress>>BPContactToAddress.getEmailAddressIfPresent()Retrieval of associated AddressEmailAddress entities (one to many).io.vavr.control.Option<List<AddressEmailAddress>>BusinessPartnerAddress.getEmailAddressIfPresent()Retrieval of associated AddressEmailAddress entities (one to many).BPContactToAddress.getEmailAddressOrFetch()Retrieval of associated AddressEmailAddress entities (one to many).BusinessPartnerAddress.getEmailAddressOrFetch()Retrieval of associated AddressEmailAddress entities (one to many).protected Class<AddressEmailAddress>AddressEmailAddressByKeyFluentHelper.getEntityClass()protected Class<AddressEmailAddress>AddressEmailAddressFluentHelper.getEntityClass()AddressEmailAddress.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type AddressEmailAddressModifier and TypeMethodDescriptionvoidBPContactToAddress.addEmailAddress(AddressEmailAddress... entity) Adds elements to the list of associated AddressEmailAddress entities.voidBusinessPartnerAddress.addEmailAddress(AddressEmailAddress... entity) Adds elements to the list of associated AddressEmailAddress entities.BPContactToAddress.BPContactToAddressBuilder.emailAddress(AddressEmailAddress... value) Navigation property to_EmailAddress for BPContactToAddress to multiple AddressEmailAddress.BusinessPartnerAddress.BusinessPartnerAddressBuilder.emailAddress(AddressEmailAddress... value) Navigation property to_EmailAddress for BusinessPartnerAddress to multiple AddressEmailAddress.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type AddressEmailAddressModifier and TypeMethodDescriptionvoidBPContactToAddress.setEmailAddress(List<AddressEmailAddress> value) Overwrites the list of associated AddressEmailAddress entities for the loaded navigation property to_EmailAddress.voidBusinessPartnerAddress.setEmailAddress(List<AddressEmailAddress> value) Overwrites the list of associated AddressEmailAddress entities for the loaded navigation property to_EmailAddress.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with parameters of type AddressEmailAddressModifierConstructorDescriptionAddressEmailAddressCreateFluentHelper(String servicePath, AddressEmailAddress entity, String entityCollection) Creates a fluent helper object that will create aAddressEmailAddressentity on the OData endpoint.AddressEmailAddressDeleteFluentHelper(String servicePath, AddressEmailAddress entity, String entityCollection) Creates a fluent helper object that will delete aAddressEmailAddressentity on the OData endpoint.AddressEmailAddressUpdateFluentHelper(String servicePath, AddressEmailAddress entity, String entityCollection) Creates a fluent helper object that will update aAddressEmailAddressentity on the OData endpoint.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesspartner with type arguments of type AddressEmailAddressModifierConstructorDescriptionBPContactToAddress(String relationshipNumber, String businessPartnerCompany, String businessPartnerPerson, LocalDateTime validityEndDate, String addressID, String addressNumber, 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 addressRepresentationCode, String contactRelationshipFunction, String contactRelationshipDepartment, String floor, String contactPersonBuilding, String roomNumber, String contactPersonPrfrdCommMedium, String correspondenceShortName, String inhouseMail, List<AddressEmailAddress> toEmailAddress, List<AddressFaxNumber> toFaxNumber, List<AddressPhoneNumber> toMobilePhoneNumber, List<AddressPhoneNumber> toPhoneNumber, List<AddressHomePageURL> toURLAddress) -
Uses of AddressEmailAddress 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 AddressEmailAddressModifier and TypeMethodDescriptionBusinessPartnerServiceBatchChangeSet.createAddressEmailAddress(AddressEmailAddress addressEmailAddress) Create a newAddressEmailAddressentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.createAddressEmailAddress(AddressEmailAddress addressEmailAddress) BusinessPartnerServiceBatchChangeSet.deleteAddressEmailAddress(AddressEmailAddress addressEmailAddress) Deletes an existingAddressEmailAddressentity in the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.deleteAddressEmailAddress(AddressEmailAddress addressEmailAddress) BusinessPartnerServiceBatchChangeSet.updateAddressEmailAddress(AddressEmailAddress addressEmailAddress) Update an existingAddressEmailAddressentity and save it to the S/4HANA system.DefaultBusinessPartnerServiceBatchChangeSet.updateAddressEmailAddress(AddressEmailAddress addressEmailAddress) -
Uses of AddressEmailAddress 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 AddressEmailAddressModifier and TypeMethodDescriptionAddressEmailAddressOneToOneLink.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 AddressEmailAddressModifier and TypeMethodDescriptionprotected AddressEmailAddressLink<ObjectT>AddressEmailAddressLink.translateLinkType(EntityLink<AddressEmailAddressLink<ObjectT>, AddressEmailAddress, ObjectT> link) -
Uses of AddressEmailAddress in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type AddressEmailAddressModifier and TypeMethodDescriptionBusinessPartnerService.createAddressEmailAddress(AddressEmailAddress addressEmailAddress) Deprecated.Create a newAddressEmailAddressentity and save it to the S/4HANA system.DefaultBusinessPartnerService.createAddressEmailAddress(AddressEmailAddress addressEmailAddress) Deprecated.BusinessPartnerService.deleteAddressEmailAddress(AddressEmailAddress addressEmailAddress) Deprecated.Deletes an existingAddressEmailAddressentity in the S/4HANA system.DefaultBusinessPartnerService.deleteAddressEmailAddress(AddressEmailAddress addressEmailAddress) Deprecated.BusinessPartnerService.updateAddressEmailAddress(AddressEmailAddress addressEmailAddress) Deprecated.Update an existingAddressEmailAddressentity and save it to the S/4HANA system.DefaultBusinessPartnerService.updateAddressEmailAddress(AddressEmailAddress addressEmailAddress) Deprecated.