Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance.Project
Packages that use Project
Package
Description
-
Uses of Project 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 ProjectModifier and TypeFieldDescriptionstatic final TRIALBALANCEResultOneToOneLink<Project>TRIALBALANCEResult.TO_PROJECT_DETAILSUse with available fluent helpers to apply the ProjectDetails navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return ProjectModifier and TypeMethodDescriptionProject.ProjectBuilder.build()TRIALBALANCEResult.fetchProjectDetails()Fetches the Project entity (one to one) associated with this entity.TRIALBALANCEResult.getProjectDetailsOrFetch()Retrieval of associated Project entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance that return types with arguments of type ProjectModifier and TypeMethodDescriptionProjectByKeyFluentHelper.getEntityClass()ProjectFluentHelper.getEntityClass()io.vavr.control.Option<Project>TRIALBALANCEResult.getProjectDetailsIfPresent()Retrieval of associated Project entity (one to one).Project.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.trialbalance with parameters of type ProjectModifier and TypeMethodDescriptionTRIALBALANCEResult.TRIALBALANCEResultBuilder.projectDetails(Project value) Navigation property ProjectDetails for TRIALBALANCEResult to single Project.voidTRIALBALANCEResult.setProjectDetails(Project value) Overwrites the associated Project entity for the loaded navigation property ProjectDetails. -
Uses of Project 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 ProjectModifier and TypeMethodDescriptionProjectOneToOneLink.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 ProjectModifier and TypeMethodDescriptionprotected ProjectLink<ObjectT>ProjectLink.translateLinkType(EntityLink<ProjectLink<ObjectT>, Project, ObjectT> link)