Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.jointventure.JointVentureDescription
Packages that use JointVentureDescription
Package
Description
-
Uses of JointVentureDescription in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.jointventure
Fields in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.jointventure with type parameters of type JointVentureDescriptionModifier and TypeFieldDescriptionstatic final SimpleProperty<JointVentureDescription>JointVentureDescription.ALL_FIELDSSelector for all available fields of JointVentureDescription.static final SimpleProperty.String<JointVentureDescription>JointVentureDescription.COMPANY_CODEstatic final SimpleProperty.String<JointVentureDescription>JointVentureDescription.JOINT_VENTUREstatic final SimpleProperty.String<JointVentureDescription>JointVentureDescription.JOINT_VENTURE_NAMEstatic final SimpleProperty.String<JointVentureDescription>JointVentureDescription.LANGUAGEstatic final NavigationProperty.Single<JointVentureDescription,JointVenture> JointVentureDescription.TO__JOINT_VENTUREUse with available request builders to apply the _JointVenture navigation property to query operations.static final NavigationProperty.Collection<JointVenture,JointVentureDescription> JointVenture.TO__JOINT_VENTURE_DESCRIPTIONUse with available request builders to apply the _JointVentureDescription navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.jointventure that return JointVentureDescriptionMethods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.jointventure that return types with arguments of type JointVentureDescriptionModifier and TypeMethodDescriptionio.vavr.control.Option<List<JointVentureDescription>>JointVenture.getJointVentureDescriptionIfPresent()Retrieval of associated JointVentureDescription entities (one to many).JointVentureDescription.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.jointventure with parameters of type JointVentureDescriptionModifier and TypeMethodDescriptionvoidJointVenture.addJointVentureDescription(JointVentureDescription... entity) Adds elements to the list of associated JointVentureDescription entities.JointVenture.JointVentureBuilder.jointVentureDescription(JointVentureDescription... value) Navigation property _JointVentureDescription for JointVenture to multiple JointVentureDescription.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.jointventure with type arguments of type JointVentureDescriptionModifier and TypeMethodDescriptionvoidJointVenture.setJointVentureDescription(List<JointVentureDescription> value) Overwrites the list of associated JointVentureDescription entities for the loaded navigation property _JointVentureDescription.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odatav4.namespaces.jointventure with type arguments of type JointVentureDescriptionModifierConstructorDescriptionJointVenture(String companyCode, String jointVenture, String jointVentureName, String jointVenturePaymentTerms, String jointVentureBillingType, String jointVentureBillingMethod, String jointVentureType, String jointVentureOperator, String jointVentureClass, String jVAVentureClass, String jntOpgAgrmt, String jntVntrBillgCutbackIsBlk, String jntVntrInceptionToDateData, String jntVntrCurrentMonthBillg, String jntVntrYearToDateBillg, String jntVntrInceptionToDateBillg, String jntVntrFundingGroup, String jointVentureCreatedByUser, LocalTime jntVntrTimeCreated, LocalDate jntVntrDateCreated, OffsetDateTime jntVntrCreationDateTime, String jointVentureLastChangedByUser, LocalTime jntVntrTimeLastChanged, LocalDate jntVntrDateLastChanged, OffsetDateTime jntVntrLastChangedDateTime, String jntVntrBillgFrqcy, Collection<SAP__Message> _Messages, List<JointVentureDescription> to_JointVentureDescription, List<JointVentureEquityGroup> to_JointVentureEquityGroup, List<JointVentureEquityType> to_JointVentureEquityType) -
Uses of JointVentureDescription in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services
Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services that return types with arguments of type JointVentureDescriptionModifier and TypeMethodDescriptionDefaultJointVentureService.countJointVentureDescription()Deprecated.JointVentureService.countJointVentureDescription()Deprecated.Fetch the number of entries from theJointVentureDescriptionentity collection matching the filter and search expressions.DefaultJointVentureService.getAllJointVentureDescription()Deprecated.JointVentureService.getAllJointVentureDescription()Deprecated.Fetch multipleJointVentureDescriptionentities.DefaultJointVentureService.getJointVentureDescriptionByKey(String companyCode, String language, String jointVenture) Deprecated.JointVentureService.getJointVentureDescriptionByKey(String companyCode, String language, String jointVenture) Deprecated.Fetch a singleJointVentureDescriptionentity using key fields.DefaultJointVentureService.updateJointVentureDescription(JointVentureDescription jointVentureDescription) Deprecated.JointVentureService.updateJointVentureDescription(JointVentureDescription jointVentureDescription) Deprecated.Update an existingJointVentureDescriptionentity and save it to the S/4HANA system.Methods in com.sap.cloud.sdk.s4hana.datamodel.odatav4.services with parameters of type JointVentureDescriptionModifier and TypeMethodDescriptionDefaultJointVentureService.updateJointVentureDescription(JointVentureDescription jointVentureDescription) Deprecated.JointVentureService.updateJointVentureDescription(JointVentureDescription jointVentureDescription) Deprecated.Update an existingJointVentureDescriptionentity and save it to the S/4HANA system.