Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilbusinessplace.SmtpNumbers
Packages that use SmtpNumbers
Package
Description
-
Uses of SmtpNumbers in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilbusinessplace
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilbusinessplace with type parameters of type SmtpNumbersModifier and TypeFieldDescriptionstatic final BusinessPlaceLink<SmtpNumbers>BusinessPlace.TO_EMAILSUse with available fluent helpers to apply the to_emails navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilbusinessplace that return SmtpNumbersMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilbusinessplace that return types with arguments of type SmtpNumbersModifier and TypeMethodDescriptionBusinessPlace.fetchEmails()Fetches the SmtpNumbers entities (one to many) associated with this entity.io.vavr.control.Option<List<SmtpNumbers>>BusinessPlace.getEmailsIfPresent()Retrieval of associated SmtpNumbers entities (one to many).BusinessPlace.getEmailsOrFetch()Retrieval of associated SmtpNumbers entities (one to many).SmtpNumbers.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilbusinessplace with parameters of type SmtpNumbersModifier and TypeMethodDescriptionvoidBusinessPlace.addEmails(SmtpNumbers... entity) Adds elements to the list of associated SmtpNumbers entities.BusinessPlace.BusinessPlaceBuilder.emails(SmtpNumbers... value) Navigation property to_emails for BusinessPlace to multiple SmtpNumbers.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilbusinessplace with type arguments of type SmtpNumbersModifier and TypeMethodDescriptionvoidBusinessPlace.setEmails(List<SmtpNumbers> value) Overwrites the list of associated SmtpNumbers entities for the loaded navigation property to_emails.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilbusinessplace with type arguments of type SmtpNumbersModifierConstructorDescriptionBusinessPlace(BranchAddress branchAddress, BranchDetail branchDetail, String branch, String companyCode, String businessPlaceStateTaxNumber, String busPlaceMunicipalTaxNumber, List<SmtpNumbers> toEmails) -
Uses of SmtpNumbers in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilbusinessplace.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.brazilbusinessplace.link that return types with arguments of type SmtpNumbersModifier and TypeMethodDescriptionSmtpNumbersOneToOneLink.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.brazilbusinessplace.link with type arguments of type SmtpNumbersModifier and TypeMethodDescriptionprotected SmtpNumbersLink<ObjectT>SmtpNumbersLink.translateLinkType(EntityLink<SmtpNumbersLink<ObjectT>, SmtpNumbers, ObjectT> link)