Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.field.DemandField
Packages that use DemandField
-
Uses of DemandField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject declared as DemandFieldModifier and TypeFieldDescriptionstatic final DemandField<String>Demand.BILLING_CONTROL_CATEGORYUse with available fluent helpers to apply the BillingControlCategory field to query operations.static final DemandField<String>Demand.DELVRY_SERV_ORGUse with available fluent helpers to apply the DelvryServOrg field to query operations.static final DemandField<BigDecimal>Demand.EFFORTUse with available fluent helpers to apply the Effort field to query operations.static final DemandField<BigDecimal>Demand.EXPENSE_COSTUse with available fluent helpers to apply the ExpenseCost field to query operations.static final DemandField<BigDecimal>Demand.EXPENSE_REVENUEUse with available fluent helpers to apply the ExpenseRevenue field to query operations.static final DemandField<String>Demand.PROJECT_IDUse with available fluent helpers to apply the ProjectID field to query operations.static final DemandField<String>Demand.RES_TYPEUse with available fluent helpers to apply the ResType field to query operations.static final DemandField<String>Demand.RESOURCE_IDUse with available fluent helpers to apply the ResourceId field to query operations.static final DemandField<String>Demand.SKILLSUse with available fluent helpers to apply the Skills field to query operations.static final DemandField<String>Demand.UOMUse with available fluent helpers to apply the Uom field to query operations.static final DemandField<String>Demand.WORK_PACKAGE_IDUse with available fluent helpers to apply the WorkPackageID field to query operations.static final DemandField<String>Demand.WORK_PACKAGE_NAMEUse with available fluent helpers to apply the WorkPackageName field to query operations.static final DemandField<String>Demand.WORKITEMUse with available fluent helpers to apply the Workitem field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject that return DemandFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
DemandField<T>Demand.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> DemandField<T>Use with available fluent helpers to apply an extension field to query operations.