Uses of Class
com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject.field.WorkPackageField
Packages that use WorkPackageField
-
Uses of WorkPackageField in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject
Fields in com.sap.cloud.sdk.s4hana.datamodel.odata.namespaces.commercialproject declared as WorkPackageFieldModifier and TypeFieldDescriptionstatic final WorkPackageField<ZonedDateTime>WorkPackage.CHANGED_ONUse with available fluent helpers to apply the ChangedOn field to query operations.static final WorkPackageField<LocalDateTime>WorkPackage.CREATED_ONUse with available fluent helpers to apply the CreatedOn field to query operations.static final WorkPackageField<String>WorkPackage.DESCRIPTIONUse with available fluent helpers to apply the Description 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.UNIT_IDUse with available fluent helpers to apply the UnitId field to query operations.static final WorkPackageField<BigDecimal>WorkPackage.UNIT_QUANTITYUse with available fluent helpers to apply the UnitQuantity 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<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.commercialproject 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.