Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorganization.SalesOrganizationText
Packages that use SalesOrganizationText
Package
Description
-
Uses of SalesOrganizationText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorganization
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorganization with type parameters of type SalesOrganizationTextModifier and TypeFieldDescriptionstatic final SalesOrganizationLink<SalesOrganizationText>SalesOrganization.TO_TEXTUse with available fluent helpers to apply the to_Text navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorganization that return SalesOrganizationTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorganization that return types with arguments of type SalesOrganizationTextModifier and TypeMethodDescriptionSalesOrganization.fetchText()Fetches the SalesOrganizationText entities (one to many) associated with this entity.protected Class<SalesOrganizationText>SalesOrganizationTextByKeyFluentHelper.getEntityClass()protected Class<SalesOrganizationText>SalesOrganizationTextFluentHelper.getEntityClass()io.vavr.control.Option<List<SalesOrganizationText>>SalesOrganization.getTextIfPresent()Retrieval of associated SalesOrganizationText entities (one to many).SalesOrganization.getTextOrFetch()Retrieval of associated SalesOrganizationText entities (one to many).SalesOrganizationText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorganization with parameters of type SalesOrganizationTextModifier and TypeMethodDescriptionvoidSalesOrganization.addText(SalesOrganizationText... entity) Adds elements to the list of associated SalesOrganizationText entities.SalesOrganization.SalesOrganizationBuilder.text(SalesOrganizationText... value) Navigation property to_Text for SalesOrganization to multiple SalesOrganizationText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorganization with type arguments of type SalesOrganizationTextModifier and TypeMethodDescriptionvoidSalesOrganization.setText(List<SalesOrganizationText> value) Overwrites the list of associated SalesOrganizationText entities for the loaded navigation property to_Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorganization with type arguments of type SalesOrganizationTextModifierConstructorDescriptionSalesOrganization(String salesOrganization, String salesOrganizationCurrency, String companyCode, String intercompanyBillingCustomer, List<SalesOrganizationText> toText) -
Uses of SalesOrganizationText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorganization.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorganization.link that return types with arguments of type SalesOrganizationTextModifier and TypeMethodDescriptionSalesOrganizationTextOneToOneLink.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.salesorganization.link with type arguments of type SalesOrganizationTextModifier and TypeMethodDescriptionprotected SalesOrganizationTextLink<ObjectT>SalesOrganizationTextLink.translateLinkType(EntityLink<SalesOrganizationTextLink<ObjectT>, SalesOrganizationText, ObjectT> link)