Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.Project
Packages that use Project
Package
Description
-
Uses of Project in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting with type parameters of type ProjectModifier and TypeFieldDescriptionstatic final ProjectHierOneToOneLink<Project>ProjectHier.TO_CNSLDTN_PROJECTUse with available fluent helpers to apply the to_CnsldtnProject navigation property to query operations.static final ProjectTextOneToOneLink<Project>ProjectText.TO_CNSLDTN_PROJECTUse with available fluent helpers to apply the to_CnsldtnProject navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting that return ProjectModifier and TypeMethodDescriptionProject.ProjectBuilder.build()ProjectHier.fetchCnsldtnProject()Fetches the Project entity (one to one) associated with this entity.ProjectText.fetchCnsldtnProject()Fetches the Project entity (one to one) associated with this entity.ProjectHier.getCnsldtnProjectOrFetch()Retrieval of associated Project entity (one to one).ProjectText.getCnsldtnProjectOrFetch()Retrieval of associated Project entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting that return types with arguments of type ProjectModifier and TypeMethodDescriptionio.vavr.control.Option<Project>ProjectHier.getCnsldtnProjectIfPresent()Retrieval of associated Project entity (one to one).io.vavr.control.Option<Project>ProjectText.getCnsldtnProjectIfPresent()Retrieval of associated Project entity (one to one).ProjectByKeyFluentHelper.getEntityClass()ProjectFluentHelper.getEntityClass()Project.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting with parameters of type ProjectModifier and TypeMethodDescriptionProjectHier.ProjectHierBuilder.cnsldtnProject(Project value) Navigation property to_CnsldtnProject for ProjectHier to single Project.ProjectText.ProjectTextBuilder.cnsldtnProject(Project value) Navigation property to_CnsldtnProject for ProjectText to single Project.voidProjectHier.setCnsldtnProject(Project value) Overwrites the associated Project entity for the loaded navigation property to_CnsldtnProject.voidProjectText.setCnsldtnProject(Project value) Overwrites the associated Project entity for the loaded navigation property to_CnsldtnProject.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting with parameters of type ProjectModifierConstructorDescriptionProjectHier(String additionalMasterDataHierarchy, String hierarchyNode, String hierarchyNode_Text, LocalDateTime validityEndDate, String parentNode, LocalDateTime validityStartDate, String project, String project_Text, String sequenceNumber, String hierarchyNodeSequence, String hierarchyNodeLevel, String nodeType, Project toCnsldtnProject, List<ProjectHierText> toCnsldtnProjectHierT) ProjectText(String language, String project, String cnsldtnProjectText, Project toCnsldtnProject) -
Uses of Project in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.masterdataforgroupreporting.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.masterdataforgroupreporting.link with type arguments of type ProjectModifier and TypeMethodDescriptionprotected ProjectLink<ObjectT>ProjectLink.translateLinkType(EntityLink<ProjectLink<ObjectT>, Project, ObjectT> link)