Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorganization.SalesOrganization
Packages that use SalesOrganization
Package
Description
-
Uses of SalesOrganization 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 SalesOrganizationModifier and TypeFieldDescriptionstatic final SalesOrganizationTextOneToOneLink<SalesOrganization>SalesOrganizationText.TO_SALES_ORGANIZATIONUse with available fluent helpers to apply the to_SalesOrganization navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorganization that return SalesOrganizationModifier and TypeMethodDescriptionSalesOrganization.SalesOrganizationBuilder.build()SalesOrganizationText.fetchSalesOrganization()Fetches the SalesOrganization entity (one to one) associated with this entity.SalesOrganizationText.getSalesOrganizationOrFetch()Retrieval of associated SalesOrganization entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorganization that return types with arguments of type SalesOrganizationModifier and TypeMethodDescriptionprotected Class<SalesOrganization>SalesOrganizationByKeyFluentHelper.getEntityClass()protected Class<SalesOrganization>SalesOrganizationFluentHelper.getEntityClass()io.vavr.control.Option<SalesOrganization>SalesOrganizationText.getSalesOrganizationIfPresent()Retrieval of associated SalesOrganization entity (one to one).SalesOrganization.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorganization with parameters of type SalesOrganizationModifier and TypeMethodDescriptionSalesOrganizationText.SalesOrganizationTextBuilder.salesOrganization(SalesOrganization value) Navigation property to_SalesOrganization for SalesOrganizationText to single SalesOrganization.voidSalesOrganizationText.setSalesOrganization(SalesOrganization value) Overwrites the associated SalesOrganization entity for the loaded navigation property to_SalesOrganization.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.salesorganization with parameters of type SalesOrganizationModifierConstructorDescriptionSalesOrganizationText(String salesOrganization, String language, String salesOrganizationName, SalesOrganization toSalesOrganization) -
Uses of SalesOrganization 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 SalesOrganizationModifier and TypeMethodDescriptionSalesOrganizationOneToOneLink.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 SalesOrganizationModifier and TypeMethodDescriptionprotected SalesOrganizationLink<ObjectT>SalesOrganizationLink.translateLinkType(EntityLink<SalesOrganizationLink<ObjectT>, SalesOrganization, ObjectT> link)