Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesdistrict.SalesDistrict
Packages that use SalesDistrict
Package
Description
-
Uses of SalesDistrict 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 SalesDistrictModifier and TypeFieldDescriptionstatic final SalesDistrictTextOneToOneLink<SalesDistrict>SalesDistrictText.TO_SALES_DISTRICTUse with available fluent helpers to apply the to_SalesDistrict navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesdistrict that return SalesDistrictModifier and TypeMethodDescriptionSalesDistrict.SalesDistrictBuilder.build()SalesDistrictText.fetchSalesDistrict()Fetches the SalesDistrict entity (one to one) associated with this entity.SalesDistrictText.getSalesDistrictOrFetch()Retrieval of associated SalesDistrict entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesdistrict that return types with arguments of type SalesDistrictModifier and TypeMethodDescriptionprotected Class<SalesDistrict>SalesDistrictByKeyFluentHelper.getEntityClass()protected Class<SalesDistrict>SalesDistrictFluentHelper.getEntityClass()io.vavr.control.Option<SalesDistrict>SalesDistrictText.getSalesDistrictIfPresent()Retrieval of associated SalesDistrict entity (one to one).SalesDistrict.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesdistrict with parameters of type SalesDistrictModifier and TypeMethodDescriptionSalesDistrictText.SalesDistrictTextBuilder.salesDistrict(SalesDistrict value) Navigation property to_SalesDistrict for SalesDistrictText to single SalesDistrict.voidSalesDistrictText.setSalesDistrict(SalesDistrict value) Overwrites the associated SalesDistrict entity for the loaded navigation property to_SalesDistrict.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesdistrict with parameters of type SalesDistrictModifierConstructorDescriptionSalesDistrictText(String salesDistrict, String language, String salesDistrictName, SalesDistrict toSalesDistrict) -
Uses of SalesDistrict 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 SalesDistrictModifier and TypeMethodDescriptionSalesDistrictOneToOneLink.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 SalesDistrictModifier and TypeMethodDescriptionprotected SalesDistrictLink<ObjectT>SalesDistrictLink.translateLinkType(EntityLink<SalesDistrictLink<ObjectT>, SalesDistrict, ObjectT> link)