Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesdistrict.SalesDistrictText
Packages that use SalesDistrictText
Package
Description
-
Uses of SalesDistrictText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesdistrict
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesdistrict with type parameters of type SalesDistrictTextModifier and TypeFieldDescriptionstatic final SalesDistrictLink<SalesDistrictText>SalesDistrict.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.salesdistrict that return SalesDistrictTextMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesdistrict that return types with arguments of type SalesDistrictTextModifier and TypeMethodDescriptionSalesDistrict.fetchText()Fetches the SalesDistrictText entities (one to many) associated with this entity.protected Class<SalesDistrictText>SalesDistrictTextByKeyFluentHelper.getEntityClass()protected Class<SalesDistrictText>SalesDistrictTextFluentHelper.getEntityClass()io.vavr.control.Option<List<SalesDistrictText>>SalesDistrict.getTextIfPresent()Retrieval of associated SalesDistrictText entities (one to many).SalesDistrict.getTextOrFetch()Retrieval of associated SalesDistrictText entities (one to many).SalesDistrictText.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesdistrict with parameters of type SalesDistrictTextModifier and TypeMethodDescriptionvoidSalesDistrict.addText(SalesDistrictText... entity) Adds elements to the list of associated SalesDistrictText entities.SalesDistrict.SalesDistrictBuilder.text(SalesDistrictText... value) Navigation property to_Text for SalesDistrict to multiple SalesDistrictText.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesdistrict with type arguments of type SalesDistrictTextModifier and TypeMethodDescriptionvoidSalesDistrict.setText(List<SalesDistrictText> value) Overwrites the list of associated SalesDistrictText entities for the loaded navigation property to_Text.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesdistrict with type arguments of type SalesDistrictTextModifierConstructorDescriptionSalesDistrict(String salesDistrict, List<SalesDistrictText> toText) -
Uses of SalesDistrictText in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesdistrict.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesdistrict.link that return types with arguments of type SalesDistrictTextModifier and TypeMethodDescriptionSalesDistrictTextOneToOneLink.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.salesdistrict.link with type arguments of type SalesDistrictTextModifier and TypeMethodDescriptionprotected SalesDistrictTextLink<ObjectT>SalesDistrictTextLink.translateLinkType(EntityLink<SalesDistrictTextLink<ObjectT>, SalesDistrictText, ObjectT> link)