Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder.BusSolnOrdFUPEntProject
Packages that use BusSolnOrdFUPEntProject
Package
Description
-
Uses of BusSolnOrdFUPEntProject in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder with type parameters of type BusSolnOrdFUPEntProjectModifier and TypeFieldDescriptionstatic final BusinessSolutionOrderLink<BusSolnOrdFUPEntProject>BusinessSolutionOrder.TO_ENTERPRISE_PROJECTUse with available fluent helpers to apply the to_EnterpriseProject navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder that return BusSolnOrdFUPEntProjectMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder that return types with arguments of type BusSolnOrdFUPEntProjectModifier and TypeMethodDescriptionBusinessSolutionOrder.fetchEnterpriseProject()Fetches the BusSolnOrdFUPEntProject entities (one to many) associated with this entity.io.vavr.control.Option<List<BusSolnOrdFUPEntProject>>BusinessSolutionOrder.getEnterpriseProjectIfPresent()Retrieval of associated BusSolnOrdFUPEntProject entities (one to many).BusinessSolutionOrder.getEnterpriseProjectOrFetch()Retrieval of associated BusSolnOrdFUPEntProject entities (one to many).protected Class<BusSolnOrdFUPEntProject>BusSolnOrdFUPEntProjectByKeyFluentHelper.getEntityClass()protected Class<BusSolnOrdFUPEntProject>BusSolnOrdFUPEntProjectFluentHelper.getEntityClass()BusSolnOrdFUPEntProject.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder with parameters of type BusSolnOrdFUPEntProjectModifier and TypeMethodDescriptionvoidBusinessSolutionOrder.addEnterpriseProject(BusSolnOrdFUPEntProject... entity) Adds elements to the list of associated BusSolnOrdFUPEntProject entities.BusinessSolutionOrder.BusinessSolutionOrderBuilder.enterpriseProject(BusSolnOrdFUPEntProject... value) Navigation property to_EnterpriseProject for BusinessSolutionOrder to multiple BusSolnOrdFUPEntProject.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder with type arguments of type BusSolnOrdFUPEntProjectModifier and TypeMethodDescriptionvoidBusinessSolutionOrder.setEnterpriseProject(List<BusSolnOrdFUPEntProject> value) Overwrites the list of associated BusSolnOrdFUPEntProject entities for the loaded navigation property to_EnterpriseProject.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder with type arguments of type BusSolnOrdFUPEntProjectModifierConstructorDescriptionBusinessSolutionOrder(String businessSolutionOrder, String busSolnOrdType, UUID businessSolutionOrderUUID, String busSolnOrdDescription, String language, String busSolnOrdExtReference, String paymentTerms, String createdByUser, ZonedDateTime creationDateTime, String lastChangedByUser, ZonedDateTime lastChangeDateTime, String busSolnOrdIsReleased, String busSolnOrdIsCompleted, String serviceDocumentHasError, String purchaseOrderByCustomer, LocalDateTime customerPurchaseOrderDate, BigDecimal serviceDocNetAmount, String transactionCurrency, String cPQQuotation, String salesOrganization, String salesOrganizationOrgUnitID, String distributionChannel, String division, String salesOffice, String salesGroup, String soldToParty, String shipToParty, String billToParty, String payerParty, String personResponsible, String contactPerson, List<BusSolnOrdFUPEntProject> toEnterpriseProject, List<BusSolnOrdEntProjectItem> toEnterpriseProjectItem, List<BusSolnOrderExpenseItem> toExpenseItem, List<BusSolnOrdItemRelationships> toItemRelationships, List<BusSolnOrderSalesItem> toSalesItem, List<BusSolnOrderFUPSalesOrder> toSalesOrder, List<BusSolnOrdFUPServiceContract> toServiceContract, List<BusSolnOrdSrvcContractItem> toServiceContractItem, List<BusSolnOrderServiceItem> toServiceItem, List<BusSolnOrdFUPServiceOrder> toServiceOrder, List<BusSolnOrdSrvcPrtItem> toServicePartItem, List<BusSolnOrdFUPSubscrpn> toSubscriptionBilling, List<BusSolnOrdSubscrpnBillgItem> toSubscriptionBillingItem, List<BusinessSolutionOrderText> toText, List<BusSolnOrdUserStatus> toUserStatus) -
Uses of BusSolnOrdFUPEntProject in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.businesssolutionorder.link that return types with arguments of type BusSolnOrdFUPEntProjectModifier and TypeMethodDescriptionBusSolnOrdFUPEntProjectOneToOneLink.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.businesssolutionorder.link with type arguments of type BusSolnOrdFUPEntProjectModifier and TypeMethodDescriptionprotected BusSolnOrdFUPEntProjectLink<ObjectT>BusSolnOrdFUPEntProjectLink.translateLinkType(EntityLink<BusSolnOrdFUPEntProjectLink<ObjectT>, BusSolnOrdFUPEntProject, ObjectT> link)