Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.SalesOrganization
Packages that use SalesOrganization
Package
Description
-
Uses of SalesOrganization in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance with type parameters of type SalesOrganizationModifier and TypeFieldDescriptionstatic final TRIALBALANCEResultOneToOneLink<SalesOrganization>TRIALBALANCEResult.TO_SALES_ORGANIZATION_DETAILSUse with available fluent helpers to apply the SalesOrganizationDetails navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return SalesOrganizationModifier and TypeMethodDescriptionSalesOrganization.SalesOrganizationBuilder.build()TRIALBALANCEResult.fetchSalesOrganizationDetails()Fetches the SalesOrganization entity (one to one) associated with this entity.TRIALBALANCEResult.getSalesOrganizationDetailsOrFetch()Retrieval of associated SalesOrganization entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return types with arguments of type SalesOrganizationModifier and TypeMethodDescriptionprotected Class<SalesOrganization>SalesOrganizationByKeyFluentHelper.getEntityClass()protected Class<SalesOrganization>SalesOrganizationFluentHelper.getEntityClass()io.vavr.control.Option<SalesOrganization>TRIALBALANCEResult.getSalesOrganizationDetailsIfPresent()Retrieval of associated SalesOrganization entity (one to one).SalesOrganization.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance with parameters of type SalesOrganizationModifier and TypeMethodDescriptionTRIALBALANCEResult.TRIALBALANCEResultBuilder.salesOrganizationDetails(SalesOrganization value) Navigation property SalesOrganizationDetails for TRIALBALANCEResult to single SalesOrganization.voidTRIALBALANCEResult.setSalesOrganizationDetails(SalesOrganization value) Overwrites the associated SalesOrganization entity for the loaded navigation property SalesOrganizationDetails. -
Uses of SalesOrganization in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.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.trialbalance.link with type arguments of type SalesOrganizationModifier and TypeMethodDescriptionprotected SalesOrganizationLink<ObjectT>SalesOrganizationLink.translateLinkType(EntityLink<SalesOrganizationLink<ObjectT>, SalesOrganization, ObjectT> link)