Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail.field.WorkpackageField
Packages that use WorkpackageField
-
Uses of WorkpackageField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail declared as WorkpackageFieldModifier and TypeFieldDescriptionstatic final WorkpackageField<String>Workpackage.CHANGED_BYUse with available fluent helpers to apply the ChangedBy field to query operations.static final WorkpackageField<ZonedDateTime>Workpackage.CHANGED_ONUse with available fluent helpers to apply the ChangedOn field to query operations.static final WorkpackageField<String>Workpackage.PROJECT_IDUse with available fluent helpers to apply the ProjectID field to query operations.static final WorkpackageField<String>Workpackage.PROJECT_NAMEUse with available fluent helpers to apply the ProjectName field to query operations.static final WorkpackageField<String>Workpackage.QUANTITYUse with available fluent helpers to apply the Quantity field to query operations.static final WorkpackageField<String>Workpackage.UNIT_OF_MEASUREUse with available fluent helpers to apply the UnitOfMeasure field to query operations.static final WorkpackageField<String>Workpackage.WORK_PACKAGE_IDUse with available fluent helpers to apply the WorkPackageID field to query operations.static final WorkpackageField<String>Workpackage.WORK_PACKAGE_NAMEUse with available fluent helpers to apply the WorkPackageName field to query operations.static final WorkpackageField<String>Workpackage.WORK_PACKAGE_TYPEUse with available fluent helpers to apply the WorkPackageType field to query operations.static final WorkpackageField<String>Workpackage.WORK_PACKAGE_UNIT_TEXTUse with available fluent helpers to apply the WorkPackageUnitText field to query operations.static final WorkpackageField<LocalDateTime>Workpackage.WP_END_DATEUse with available fluent helpers to apply the WPEndDate field to query operations.static final WorkpackageField<LocalDateTime>Workpackage.WP_START_DATEUse with available fluent helpers to apply the WPStartDate field to query operations.Methods in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialprojectdetail that return WorkpackageFieldModifier and TypeMethodDescriptionstatic <T,DomainT>
WorkpackageField<T>Workpackage.field(String fieldName, TypeConverter<T, DomainT> typeConverter) Use with available fluent helpers to apply an extension field to query operations.static <T> WorkpackageField<T>Use with available fluent helpers to apply an extension field to query operations.