Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.CompanyCode
Packages that use CompanyCode
Package
Description
-
Uses of CompanyCode 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 CompanyCodeModifier and TypeFieldDescriptionstatic final TRIALBALANCEResultOneToOneLink<CompanyCode>TRIALBALANCEResult.TO_COMPANY_CODE_DETAILSUse with available fluent helpers to apply the CompanyCodeDetails navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return CompanyCodeModifier and TypeMethodDescriptionCompanyCode.CompanyCodeBuilder.build()TRIALBALANCEResult.fetchCompanyCodeDetails()Fetches the CompanyCode entity (one to one) associated with this entity.TRIALBALANCEResult.getCompanyCodeDetailsOrFetch()Retrieval of associated CompanyCode entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return types with arguments of type CompanyCodeModifier and TypeMethodDescriptionio.vavr.control.Option<CompanyCode>TRIALBALANCEResult.getCompanyCodeDetailsIfPresent()Retrieval of associated CompanyCode entity (one to one).protected Class<CompanyCode>CompanyCodeByKeyFluentHelper.getEntityClass()protected Class<CompanyCode>CompanyCodeFluentHelper.getEntityClass()CompanyCode.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance with parameters of type CompanyCodeModifier and TypeMethodDescriptionTRIALBALANCEResult.TRIALBALANCEResultBuilder.companyCodeDetails(CompanyCode value) Navigation property CompanyCodeDetails for TRIALBALANCEResult to single CompanyCode.voidTRIALBALANCEResult.setCompanyCodeDetails(CompanyCode value) Overwrites the associated CompanyCode entity for the loaded navigation property CompanyCodeDetails. -
Uses of CompanyCode 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 CompanyCodeModifier and TypeMethodDescriptionCompanyCodeOneToOneLink.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 CompanyCodeModifier and TypeMethodDescriptionprotected CompanyCodeLink<ObjectT>CompanyCodeLink.translateLinkType(EntityLink<CompanyCodeLink<ObjectT>, CompanyCode, ObjectT> link)