Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail.StaffingData
Packages that use StaffingData
Package
Description
-
Uses of StaffingData in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail with type parameters of type StaffingDataModifier and TypeFieldDescriptionstatic final PlanDataLink<StaffingData>PlanData.TO_STAFF_DATAUse with available fluent helpers to apply the ToStaffData navigation property to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail that return StaffingDataMethods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail that return types with arguments of type StaffingDataModifier and TypeMethodDescriptionPlanData.fetchStaffData()Fetches the StaffingData entities (one to many) associated with this entity.protected Class<StaffingData>StaffingDataByKeyFluentHelper.getEntityClass()protected Class<StaffingData>StaffingDataFluentHelper.getEntityClass()io.vavr.control.Option<List<StaffingData>>PlanData.getStaffDataIfPresent()Retrieval of associated StaffingData entities (one to many).PlanData.getStaffDataOrFetch()Retrieval of associated StaffingData entities (one to many).StaffingData.getType()Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail with parameters of type StaffingDataModifier and TypeMethodDescriptionvoidPlanData.addStaffData(StaffingData... entity) Adds elements to the list of associated StaffingData entities.PlanData.PlanDataBuilder.staffData(StaffingData... value) Navigation property ToStaffData for PlanData to multiple StaffingData.Method parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail with type arguments of type StaffingDataModifier and TypeMethodDescriptionvoidPlanData.setStaffData(List<StaffingData> value) Overwrites the list of associated StaffingData entities for the loaded navigation property ToStaffData.Constructor parameters in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail with type arguments of type StaffingDataModifierConstructorDescriptionPlanData(String billingControlCategory, String billingControlCategoryID, String employeeName, String wpname, String projectID, String resType, String workPackageID, String resTypeText, String resourceId, String resourceText, String uom, String version, String period, String fcYear, String employee, String confirmed, String workitemId, String workitemName, BigDecimal effort, String delvryServOrg, String delvryServOrgT, List<StaffingData> toStaffData) -
Uses of StaffingData in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail.link
Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail.link that return types with arguments of type StaffingDataModifier and TypeMethodDescriptionStaffingDataOneToOneLink.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.commercialprojectdetail.link with type arguments of type StaffingDataModifier and TypeMethodDescriptionprotected StaffingDataLink<ObjectT>StaffingDataLink.translateLinkType(EntityLink<StaffingDataLink<ObjectT>, StaffingData, ObjectT> link)