Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseproject.EnterpriseProjBlkFunc
Packages that use EnterpriseProjBlkFunc
Package
Description
-
Uses of EnterpriseProjBlkFunc in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseproject
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseproject with type parameters of type EnterpriseProjBlkFuncModifier and TypeFieldDescriptionstatic final EnterpriseProjectOneToOneLink<EnterpriseProjBlkFunc>EnterpriseProject.TO_ENT_PROJ_BLK_FUNCUse with available fluent helpers to apply the to_EntProjBlkFunc navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseproject that return EnterpriseProjBlkFuncModifier and TypeMethodDescriptionEnterpriseProjBlkFunc.EnterpriseProjBlkFuncBuilder.build()EnterpriseProject.fetchEntProjBlkFunc()Fetches the EnterpriseProjBlkFunc entity (one to one) associated with this entity.protected EnterpriseProjBlkFuncEnterpriseProjBlkFuncCreateFluentHelper.getEntity()protected EnterpriseProjBlkFuncEnterpriseProjBlkFuncUpdateFluentHelper.getEntity()EnterpriseProject.getEntProjBlkFuncOrFetch()Retrieval of associated EnterpriseProjBlkFunc entity (one to one).Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseproject that return types with arguments of type EnterpriseProjBlkFuncModifier and TypeMethodDescriptionprotected Class<EnterpriseProjBlkFunc>EnterpriseProjBlkFuncByKeyFluentHelper.getEntityClass()protected Class<EnterpriseProjBlkFunc>EnterpriseProjBlkFuncFluentHelper.getEntityClass()io.vavr.control.Option<EnterpriseProjBlkFunc>EnterpriseProject.getEntProjBlkFuncIfPresent()Retrieval of associated EnterpriseProjBlkFunc entity (one to one).EnterpriseProjBlkFunc.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseproject with parameters of type EnterpriseProjBlkFuncModifier and TypeMethodDescriptionEnterpriseProject.EnterpriseProjectBuilder.entProjBlkFunc(EnterpriseProjBlkFunc value) Navigation property to_EntProjBlkFunc for EnterpriseProject to single EnterpriseProjBlkFunc.voidEnterpriseProject.setEntProjBlkFunc(EnterpriseProjBlkFunc value) Overwrites the associated EnterpriseProjBlkFunc entity for the loaded navigation property to_EntProjBlkFunc.Constructors in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseproject with parameters of type EnterpriseProjBlkFuncModifierConstructorDescriptionEnterpriseProjBlkFuncCreateFluentHelper(String servicePath, EnterpriseProjBlkFunc entity, String entityCollection) Creates a fluent helper object that will create aEnterpriseProjBlkFuncentity on the OData endpoint.EnterpriseProjBlkFuncUpdateFluentHelper(String servicePath, EnterpriseProjBlkFunc entity, String entityCollection) Creates a fluent helper object that will update aEnterpriseProjBlkFuncentity on the OData endpoint.EnterpriseProject(UUID projectUUID, String projectInternalID, String project, String projectDescription, String enterpriseProjectType, String priorityCode, LocalDateTime projectStartDate, LocalDateTime projectEndDate, String processingStatus, String responsibleCostCenter, String profitCenter, UUID projectManagerUUID, String projectProfileCode, String functionalArea, String companyCode, String controllingArea, String plant, String location, String taxJurisdiction, String projectCurrency, String availabilityControlProfile, Boolean availabilityControlIsActive, String functionalLocation, Boolean isBillingRelevant, Boolean entProjIsMultiSlsOrdItmsEnbld, ZonedDateTime lastChangeDateTime, String investmentProfile, List<EnterpriseProjectElement> toEnterpriseProjectElement, EnterpriseProjBlkFunc toEntProjBlkFunc, EntProjectPublicSector toEntProjectPublicSector) -
Uses of EnterpriseProjBlkFunc in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseproject.batch
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseproject.batch with parameters of type EnterpriseProjBlkFuncModifier and TypeMethodDescriptionDefaultEnterpriseProjectServiceBatchChangeSet.createEnterpriseProjBlkFunc(EnterpriseProjBlkFunc enterpriseProjBlkFunc) EnterpriseProjectServiceBatchChangeSet.createEnterpriseProjBlkFunc(EnterpriseProjBlkFunc enterpriseProjBlkFunc) Create a newEnterpriseProjBlkFuncentity and save it to the S/4HANA system.DefaultEnterpriseProjectServiceBatchChangeSet.updateEnterpriseProjBlkFunc(EnterpriseProjBlkFunc enterpriseProjBlkFunc) EnterpriseProjectServiceBatchChangeSet.updateEnterpriseProjBlkFunc(EnterpriseProjBlkFunc enterpriseProjBlkFunc) Update an existingEnterpriseProjBlkFuncentity and save it to the S/4HANA system. -
Uses of EnterpriseProjBlkFunc in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseproject.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.enterpriseproject.link that return types with arguments of type EnterpriseProjBlkFuncModifier and TypeMethodDescriptionEnterpriseProjBlkFuncOneToOneLink.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.enterpriseproject.link with type arguments of type EnterpriseProjBlkFuncModifier and TypeMethodDescriptionprotected EnterpriseProjBlkFuncLink<ObjectT>EnterpriseProjBlkFuncLink.translateLinkType(EntityLink<EnterpriseProjBlkFuncLink<ObjectT>, EnterpriseProjBlkFunc, ObjectT> link) -
Uses of EnterpriseProjBlkFunc in com.sap.cloud.sdk.s4hana.datamodel.odata.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.services with parameters of type EnterpriseProjBlkFuncModifier and TypeMethodDescriptionDefaultEnterpriseProjectService.createEnterpriseProjBlkFunc(EnterpriseProjBlkFunc enterpriseProjBlkFunc) Deprecated.EnterpriseProjectService.createEnterpriseProjBlkFunc(EnterpriseProjBlkFunc enterpriseProjBlkFunc) Deprecated.Create a newEnterpriseProjBlkFuncentity and save it to the S/4HANA system.DefaultEnterpriseProjectService.updateEnterpriseProjBlkFunc(EnterpriseProjBlkFunc enterpriseProjBlkFunc) Deprecated.EnterpriseProjectService.updateEnterpriseProjBlkFunc(EnterpriseProjBlkFunc enterpriseProjBlkFunc) Deprecated.Update an existingEnterpriseProjBlkFuncentity and save it to the S/4HANA system.